*{
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	text-decoration: none;
}

img{
	border:0;
}

.left{ float: left; }
.right{ float: right; }
.clear{ clear: both; }

html{
	overflow-y:scroll;
}

body{
	color: #495054;
	text-align: center;
	background-image:url("1.gif");
}

	#container{
		width: 870px;
		height:974px;
		margin: 0 auto;
		text-align: left;
		border:2px solid #8232fa;
		background:white;
		margin-top:10px;
	}
	
			#content{
			width: 900px;
			margin: 0 auto;
			background: white;
			margin-top:10px;
			height:800px;
			}
			
			#adsense1{
				width:160px;
				height:600px;
				float:left;
				border-right:30px;				
			}
			
			#adsense2{
				width:160px;
				height:600px;
				float:right;
				border-left:30px;
			}		
			
			#tabelholder{				
				margin-left:270px;
			}
			
			#footer{
				clear:both;
				position:relative;
				top:-10px;
				text-align:center;
			}