body,td,th {
	color: #FFF;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#div_flashimage {
	z-index: 4;
	position: fixed;
	height: 410px;
	width: 612px;
	top: 50%;
	right: 50%;
	margin-right: -187px;
	margin-top: -246px;
	background-color: #111111;
}
#div_payoff {
	z-index: 2;
	position: fixed;
	height: 38px;
	width: 389px;
	top: 50%;
	right: 50%;
	margin-right: 41px;
	margin-top: -285px;
}
#div_logo {
	z-index: 3;
	position: fixed;
	height: 97px;
	width: 294px;
	top: 50%;
	right: 50%;
	margin-right: -425px;
	margin-top: 172px;
}
#div_menu {
	z-index: 5;
	position: fixed;
	height: 62px;
	width: 152px;
	top: 50%;
	right: 50%;
	margin-right: -376px;
	margin-top: 78px;
}
#div_credits {
	z-index: 6;
	position: fixed;
	height: 300px;
	width: 440px;
	top: 50%;
	right: 50%;
	margin-right: -15px;
	margin-top: 186px;
}
#div_gallery {
	z-index: 7;
	position: fixed;
	width: 205px;
	top: 50%;
	right: 50%;
	margin-right: -435px;
	margin-top: -246px;
}

.newsletter_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
	width: 90px;
	height: 12px;
	background-color: #131313;
	border: solid 1px #4d4d4d;
}
.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
}
.fontBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
.fontMedio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.fontMedioGrigio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727272;
}
.gallery_img_link {
	float: left;
	padding: 4px;
	filter: alpha(opacity=30);
	opacity:0.3;
}
.gallery_img_link:hover {
	float: left;
	padding: 4px;
	filter: alpha(opacity=100);
	opacity:1;
}
.gallery_img_active {
	float: left;
	padding: 4px;
}

a {
	text-decoration: none;
	color: #4d4d4d;
}
a:hover {
	text-decoration: underline;
	color: #4d4d4d;
}

