img.superbg {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:836px; 
 text-align:left; 
 margin:0 auto;
 background: url(images/s3.png) repeat-y top;
} 
 
#header{
	position: center;
	height: 131px;
	background-color: none;
	width: 730px;
	display: block;
	overflow: auto;
}

 #header h1 {
	position: center;
	padding: 140px;
	top: 0px;
	width: 50%;
	margin: 0px auto 0 auto;
	text-align: center;
	font-size: 3.5em;
}
#header h1 {
    color: #fff;
	text-decoration: none;
}
 
#maincol{
	padding: 0;
	background-color: #000000;
	position: relative;
	width: 730px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 }
 
#footer{
	height: 150px;
	clear: both;
	display: block;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
} 
 

 
 
/* ******************************************************************** */ 
/* Clearfix: http://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 */ 
