html, body { 
  font: 12px Arial, sans-serif;
	margin:0; 
	padding:0; 
	text-align:center; 
	background-color:#F2F2F2;
	color:#646464; 
} 
#container { 
	width:950px; 
	height:610px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -305px;
	margin-left: -475px;
	text-align:left;  
	background-color:#FFFFFF; 
}

/*#container { 
	width:950px; 
	height:610px;
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	background-color:#FFFFFF; 
}*/

#subContainer { 
	width:910px; 
	text-align:left;   
	margin-left:auto; 
	margin-right:auto;
} 
 
#header {
	position:relative; 
	height:91px; 
	background-color:#FFFFFF; 
	width:100%;
}  
 
/*IFRAME*/
#menuHolder {
  border:0px;
  width:100%;
  margin:0;
  padding:0;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


