@charset "utf-8";
/* CSS Document */

div#title,
div#flashHolder,
table#footer,
td#social,
td#legal
{
	border:0px dashed red;
}

html, body {
	margin:0;
	padding:0;
}
body {
	color:#FFFFFF;
	background-color:#202252;
	background-image:url(images/background3.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
a {
	color:#000000;
}
div#container {
	position: absolute;
	left:50%;
	top: 128px;
	margin-left: -390px;
	width: 793px;
	height: 443px;
}
div#flashHolder {
	position: absolute;
	left: 0;
	width: 591px;
}
#extras { 
	position: absolute;
	left: 592px;
	top: 20px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 194px;
	height: 352px;
	background: url(images/extras.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/extras.png');
}
#content { 
	position: absolute;
	left: 592px;
	top: 20px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 194px;
	height: 352px;
	z-index: 50;
}
#content p {
	position: relative;
	top: 9px;
	padding: 0;
	margin: 0;
	margin-top: 2px;
	margin-left:-8px;
	color: #000000;
	text-align: center;
	width: 200px;
	font-size: 16px;
}
#content p.pnumber {font-size: 20px; font-weight: bold;}
#content p.atext {color: #670101;}
#content p.anumber {font-size: 20px; color: #670101; font-weight: bold;}

#content a {
	color: #670101;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
div#header{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -396px;
	height: 95px;
	width: 793px;
	outline: none;
	border: none;
	background: transparent url(images/title.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/title.png');
}

a#banner {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -396px;
	height: 95px;
	width: 793px;
	outline: none;
	border: none;
	text-indent: -9999px;
}

a#banner img {
	border: none;
	margin-top: 10px;
	margin-bottom: 18px;
}

img#gamelogo {
	position:absolute;
	left:0;
	bottom:5px;
	width:252px;
}

span#noofCured
{
    font-weight: bold;
}

#test{
	postion: absolute;
	left: 100px;
	top: 700px;
}
