
body {	background: url(images/bg_body.jpg) repeat-x #aaa;
		font: 12px Arial, verdana, sans-serif; 
		color: #20325e;
		}
		
#content {	width: 775px; 
			margin-top: 20px; 
			position: absolute; 
			left: 50%; 
			margin-left: -385px;
			}		

.header {	background: url(images/bg_content_top.jpg) no-repeat;
			width: 775px;
			height: 55px;
			}
					
.middle {	width: 775px; 
			height: 350px;
			background:url(images/bg_content_middle.jpg) repeat-y;
			}
			
.bottom {	padding-left: 80px; 
			width: 775px; 
			height: 184px; 
			background:url(images/bg_content_bottom.jpg) no-repeat;
			}			
			
#content a {	text-decoration: underline;
				color: #20325e}
				
#content li {list-style: none;}