body {
	background-color: #990000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	width: 1024px;
}

p.dashed {
	border:dashed;
	border-color:#FFFFFF;
}

a:link {
color:#FFFFFF;
}
a:hover {
color: #FFCC00;
}
a:visited {
color: #000000;
}


#overlay { background:#990000; height:100%; left:0; position:absolute; top:0; width:100%; z-index:2000; }
#overlay #preloader { background:url(loader_bg.gif) no-repeat; height:50px; left:50%; line-height:50px; margin:-25px 0 0 -25px; position:absolute; text-align:center; top:50%; width:50px; }
#overlay #preloader img { margin:11px 0 0 0; vertical-align:middle; }
