body {
	background:url(images/bg.png);
	background-color:808080;
	margin: 0 auto;   
	height: 1800px;
}

		a {
			text-decoration: none;
			
		}

		a img {
			border: none;
		}
		
		li {
			display:block;
		}
		
		
		
		.content {
			background:url(images/content_middle.png); 
			margin: 0 auto;
			width:770px;
		}	
		
		.content-top{
			background:url(images/content_top.png);
			width:770px; 
			height:30px;
		}
		
		.footer {
		background:url(images/content_bottom.png) no-repeat; 
		margin: 0 auto;
		height: 10px;
		width:770px;
	}
	
		.footer p{
			padding-top: 15px;
			text-align:center; 
			font-family: arial;
			font-size:11px;
			color:#DADADA;
		}