/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 485;
}
/* end hide */
	
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
}

img, table{
	border: 0px;
}

a {
	color: #A61519;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.copyFoto {
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
}