/* CSS Document */


html,body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	background-color:#000000;
}

table {
    width: 100%;
    height: 100%;
}

td {
    vertical-align: middle;
    text-align: center;
}

#container {
    margin-top: -260px;
    margin-left: -403px;
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: left;
    width: 746px;
    height: 396px;
    border: 2px solid #F9B700;
	background-image:url(images/main_bg.jpg);
	background-repeat:no-repeat;
	color:#1B1C20;
}

#right_strip {float: right;
				width: 126px;
				height: 396px;}
				
#home_content {float: right;
				margin-top: 70px;
				width: 370px;
				height: 200px;
				}
				
#bottom_nav {
			position:absolute;
			left: 138px;
			top: 348px;
				}
				
#nav1{float: left;}

#nav2{float: left;}

#nav3{float: left;}

#nav4{float: left;}

#win_button {
			position:absolute;
			left: 34px;
			top: 127px;
				}
				
#cover {
			position:absolute;
			left: 59px;
			top: 137px;
				}
				
#spread {
			position:absolute;
			left: 29px;
			top: 151px;
				}
				
#stats_content {float: right;
				margin-top: 90px;
				width: 370px;
				height: 200px;
				}
				
#contact_content {float: right;
				margin-top: 92px;
				width: 370px;
				height: 200px;
				}
				
#opportunities_content {float: right;
				margin-top: 83px;
				width: 370px;
				height: 200px;
				}
				
#readership_content {float: right;
				margin-top: 87px;
				width: 370px;
				height: 200px;
				}
				
#text  {
			position:absolute;
			left: 253px;
			top: 152px;
			width: 368px;
			height: 21px;
				}
				
#contact td{line-height: 18px;}

#home {position:absolute;
			left: 580px;
			top: 7px;
			width: 368px;
			height: 21px;
				}
				

