*{
	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: 980px;
		margin: 0 auto;
		text-align: left;
	}
	
			#content{
			width: 600px;
			margin: 0 auto;
			background: white;
			margin-top:20px;
			border:2px solid #2ba94f;
			}
			
			#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:-25px;
				text-align:center;
			}
