html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #c9161e;
} 
 
#pagewidth{ 
 width:960px; 
 text-align: center;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:10px; 
 background-color:none; 
 width:100%;
} 
 
#maincol{background-color: none;  
 float: center; 
 display:inline; 
 position: relative; 
 width:650px; 
 }

.centerlogo {
background: none;
border: none;

}
 

  
.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 */  

img { border: none; } 

a:active {
  outline: none;
}


.explanation {
	color: white;
	margin: 5px;
	padding: 10px;
	width: 700px;
	font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}
