body{
	background-color:#fff;
	
	
}

#wrapper{
	width:816px;
	margin:0 auto; 
	text-align: center;
	
    
    
}


#header{
	background-image: url(images/header.jpg);
	width: 816px;
	height: 279px;
	margin:0 auto;
    
	
}


#caption{
	background-image: url(images/caption.gif);
	width: 816px;
	height: 206px;
	margin-left: auto;
    margin-right: auto;
	
}

#content_one{
	background-image: url(images/content.gif);
	width: 816px;
	height: 370px;
	margin-left: 118px;
    float:left;  
    	
}

#content_two{
	//background-image: url(images/content.jpg);
	width: 815px;
	margin:0 0 0 120px;
	
    float:left;  
    	
}

#bottom_content{
	background-image: url(images/bottom.jpg);
	width: 777px;
	height: 151px;
	margin-left: auto;
    margin-right: auto;
	float: left;

}


#button_one{
	background-image: url(images/button_one.jpg);
	width: 408px;
	height: 305px;
	margin-left: auto;
    margin-right: auto;
	float: left;
}


#button_two{
	background-image: url(images/button_two.jpg);
	width: 407px;
	height: 305px;
	float: left;
}



