/* Copyright 2008 Cero Code
** Splash screen style
** for more informacion please
** contact us at cerocode@cerocode.com
*/
html {
	width:100%;
	height:100%;
}

body {
	background:#333333;;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
}
body {
	margin:0 0 0 0;
}

#toper {
	background:#333333 url(../images/top_bg.jpg) no-repeat top center;
	height:303px;
}
.topr {
	position:absolute;
	height:303px;
	width:100%;
}

a img {
	border:0;
}


#adver {
	width:100%;
	color:#666666;
	text-align:center;
}

.wrapas {
	margin-top:30px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}



a:link, a:visited {
	color:#FFCC00;
	text-decoration:none;
	font-size:14px;
}
a:hover {
	color:#996600;
	font-size:14px;
}

p {
	margin-bottom:15px;
	margin-top:0px;
}
