body {
	
	background: #f5f3f3; margin: 0pt; 
	}

div {
    overflow: visible;
}
img {
    border: none;
}


#body_content {
	margin: 0 auto; 
	overflow: hidden; 
	position: relative;  
	background: #f5f3f3; 
	text-align: left; 
	width: 700px;
	
	}
	
	
#body_layer {
	margin:55px 0 0 0px; 
	position: relative; 
	width: 700px; 
	height:400px; 
	z-index: 5; 	
	
	}

.main-image {
	border: none; 
	height: 400px; 
	left: 0px; 
	position: absolute; 
	top: 0px;
	width: 700px; 
	z-index: 1; 
	}
#footer,
#footer a:link,
#footer a:hover,
#footer a:active,
#footer a:visited {
	color: #999999;
    font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
	text-align:center;
	margin-top:20px;
	text-decoration:none;
	
	}
#footer a:hover {
	color:red;
	text-decoration:underline;	
}	
	
	
	
	
