@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: normal;
}
#div_center {
	position:absolute;
	left:50%;
	width: 500px;
	margin-left:-250px;
	text-align:right;
}
#div_skip a:link, a:visited{
	width:500px;
	color:#fff;
	text-decoration:none;
}
#div_skip a:hover{
	width:500px;
	color:#c3c1c1;
	text-decoration:none;
}

