html, body { 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth { 
 width:760px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background: url(../images/watermark.gif) no-repeat fixed 50% 75%;
} 
 
#header {
 position:relative; 
 height:218px; 
 width:100%;
} 

#leftcol {
 width:200px; 
 float:left; 
 position:relative;
 text-align: left;
 }
 
#twocols {
 width:560px; 
 float:right; 
 position:relative; 
  }
 
#rightcol {
 width:200px; 
 float:right; 
 position:relative;
 text-align: right;
 }
 
#maincol { 
 float: left; 
 display:inline; 
 position: relative; 
 width:360px; 
 }
 
#footer {
 height:86px;
 padding: 0;
 margin: 0; 
 clear:both;
 } 
 
 /* Float containers fix */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix {display: inline-table;}

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


 
 /*printer styles*/ 
 @media print { 

#header h1.hidetext, #header h2.hidetext { display: block; }
}

/*hide the left column when printing 
#leftcol {display:none;} */

/*hide the right column when printing
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}*/ 

