BODY {
	background-color: #39395d;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
}
	a:link {
		color: #7d7fff;
		font-weight: bold;
	}
	a:visited {
		color: #7d7fff;
		font-weight: bold;
	}
	a:active {
		color: #9193ff;
	}
	a:hover {
		color: #9193ff;
		
	}


	h1 {
		margin: 0 10px 0 16px;
		font-size: 30px;
	}
	h2 {
		font-size: 18px;	
	}
		
	#page {
		width: 980px;
		margin: auto;
		background: #000000;	
	}
		#nav {
			width: 100%;
			height: 35px;
			padding-top: 10px;
		}

	#page_left {
		width: 220px;
		float: left;
		background: #000000;
	}
		div.leftLinks {
			text-align: center;
			margin-top: 90px;
		}
		div.left_ad {
			margin-top: 100px;
			margin-left: 30px;
			width: 160px;
			height: 600px;	
		}
		div.left-stuff {
			width: 210px;
			margin: 10px 0 0 10px;
			float: left;		
		}
			td.cheats {
				font-size: 12px;
				font-weight: bold;
				text-align: center;	
			}
			tr.odd {
				background: #515151;	
			}
			td.center {
				text-align: center;	
			}
	#page_right {
		width: 760px;
		float: left;
		background: #000000;
	}
		div.intro {
			margin: 4px 10px 22px 16px;
			font-weight: bold;
			font-size: 16px;
		}
		
		#ajaxAd {
			border: 1px solid #d5d5d5;
			margin-right: 11px;
			width: 728px;
			height: 90px;
			padding: 6px;
			float: right;
		}
			img.ebayImg {
				height: 90px;	
			}
		#otherAd {
			border: 1px solid #d5d5d5;
			margin-right: 11px;
			width: 728px;
			height: 90px;
			padding: 6px;
			float: right;
		}
		div.supItem {
			width: 728px;
			height: 90px;
			font-weight: bold;
			background-image: url('ebay.gif');
			background-position: bottom right;
			background-repeat: no-repeat;
		}
		div.atla {
			width: 728px;
			height: 90px;
			display: table-cell;
    		vertical-align: middle;
		}
		
		div.gameBox {
			margin-top: 12px;
			margin-right: 30px;
			width: 704px;
			height: 512px;
			float: right;
		}
		div.rules {
			margin: 12px 10px 6px 16px;
			font-weight: bold;
			font-size: 16px;
			float: left;
		}