body {
	background-color: #000000;
	background-image: url("../images/background.png");
	background-position:center top;
	background-repeat:no-repeat;
	
}
#siteMain {
	font-size: 10pt;
	position:relative;
}
#adSlug{
    position:absolute;
    z-index:80;
    top:0px;
    left:0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff0000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#main{width:996px; height:700px; margin-left:auto; margin-right:auto;position:relative;}
#site{z-index:20; width:996px; height:700px;position:relative}
#contentHolder{width:996px; margin: 0 auto; position:relative;}
#siteMain{height:1029px;}
#siteComp {
	z-index:21;
	position:relative;
	background-image: url("../images/yellow_background.png");
	
	background-repeat:repeat-y;
	width:996px;
	height:800px;
	overflow:hidden;
}
#shortRules {
    z-index:21;
    position:relative;
    font-size: 8pt;
    color: #FFFFFF;
}

