html { height: 100%; margin: 0; }
body {
	/*
	background: url('../images/background.jpg') no-repeat center center fixed; 
  	-webkit-background-size: 		cover;
  	-moz-background-size: 			cover;
  	-o-background-size: 			cover;
  	background-size: 				cover;
  	*/
	background-color: 	transparent;
	height: 			100%;
	margin: 			0;
    font-size:			12pt; 
    font-family:		Verdana, Arial, Helvetica, sans-serif;
    color:				#5A5A5A; 
	font-style:			normal;
	font-weight:		normal;
	text-decoration: 	none;
	line-height: 		normal;
	letter-spacing: 	normal;
}

body.has-background {
	background-image: 				url('../images/background.jpg'); 
  	-webkit-background-size: 		cover;
  	-moz-background-size: 			cover;
  	-o-background-size: 			cover;
  	background-size: 				cover;
  	
	background-position: 			center top;
	background-repeat: 				no-repeat;
	background-attachment: 			fixed;
	background-color: 				white;
  	
  	
}

/* GOOGLE MAPS LOCATOR */
.map-locator {
  	position: 			absolute; 
	display: 			block;
  	margin:				0 auto;
  	left: 				10px; 
  	right: 				10px; 
  	bottom: 			10px; 
  	top: 				10px;
  	border-radius: 					22px 22px 22px 22px;  
	-moz-border-radius: 			22px 22px 22px 22px;  
	-webkit-border-radius: 			22px 22px 22px 22px;  
}





