@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	font-weight: normal;
}
#intro {
	background-color:#000000;
	height:380px;
	width:955px;
	top: 50%;
	left: 50%;
	margin-top: -190px; /*set to a negative number 1/2 of your height*/
	margin-left: -477px; /*set to a negative number 1/2 of your width*/
	position:absolute;
	text-align:center;
}

a.skipbutton {font-family: Verdana, Arial, Helvetica, sans-serif; color:#999999; font-size: 11px;  text-decoration: none; text-align:right; }
a.skipbutton:link {color: #999999;   }
a.skipbutton:visited {color: #999999; }
a.skipbutton:hover {color: #ffffff; }
a.skipbutton:active {color: #666666; } 


.toptextstyle {
	font-size: 10px;
	line-height: 16px;
	color: #010000;
}
