html, body
{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#FFFFFF;
 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
 font-weight: 300;
}

h2
{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight:normal;
}

a:link
{
	color:#656565;
	text-decoration:none;
}
a:visited
{
	color:#CCCCCC;
	text-decoration:none;
}
a:hover
{
	color:#000000;
}

.center
{
	margin:auto;
	width:1600px;
	height:420px;
	position:absolute;
	text-align:center;
	top:0;bottom:0;
	left:0;right:0;
	max-height:100%;
	max-width:100;
	overflow:auto;
}




 /* *** Float containers fix *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


