@charset "utf-8";
/* CSS Document */
html,body{
	background:#000 url(../images/bg_undercon.jpg) top left no-repeat;
	text-align:center;
	margin:0;
	padding:0;
	color:#ffd403; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
	width:100%;
	height:100%;
	}
.classWhiteText{
	color:#fff;
	}
.classWhiteText a{
	color:#fff;
	text-decoration:none;
	}
.classWhiteText a:hover{
	color:#fff;
	text-decoration:underline;
	}

