BODY { 
	margin: 0px 0px 0px 0px;
	/*background-color: #FFFFFF;*/
	background-image: url('../images/main_bg.jpg');	
}

html, body { 
  margin: 20px; 
  padding: 0px;
  text-align: center; 
} 

#wrap { 
  margin: 0 auto; 
  width: 702px; /* put the total with of that site */ 
} 

.page {
	position: relative;
	width: 702px;	
	margin: 0 auto;	
	text-align: left;	
}

.class {
	font-family: Helvetica, Arial, sans-serif, Trebuchet MS;
	font-size: 10px;
	font-weight: bold;	
	text-decoration: none;
	color: #2D2D2D;	
	padding: 5px 0px 5px 0px; /*top-right-bottom-left*/	
}

.menu_loc {
	position: absolute;
	left: 0px;
	top: 91px;
}

.address_loc {
	position: relative;
	left: 5px;
	top: 0px;	
}

.address_text {
	font-family: Arial, sans-serif, Trebuchet MS;
	font-size: 11px;	
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 0px 0px 0px; /*top-right-bottom-left*/
}