@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	overflow-x: hidden;
	color:#ffffff;
}


.signup{
 margin-left:-181px;
left: 50%;
position:absolute; 
top:1200px;
z-index:9;
}

.poster{
 margin-left:-300px;
left: 50%;
position:absolute; 
top:1160px;
z-index:9;
}



.bg {
 margin-left: -1000px;
left: 50%;
position:absolute; 
top:0px;
border: transparent;
width:900px;
background-image:url(newsplash/splash.jpg);
background-repeat:no-repeat;
background-color:ffffff;
width:2000px;
height:2500px;
z-index:-9;
}





.navigation
{
 margin-left: 37px;
left: 50%;
position:absolute; 
top:401px;
z-index: 9;
}

div.navigation a:hover {
	border-top: none;
	opacity: 0.0;
	filter: alpha(opacity=0);
width: 0px; 
height: 0px;	
        z-index:1;}
        
a:link {color:#888888; text-decoration:none;}      /* unvisited link */
a:visited {color:#999999; text-decoration:none;}  /* visited link */
a:hover {color:#333333; text-decoration:none;}  /* mouse over link */
a:active {color:#ffffff; text-decoration:none;}  /* selected link */
