html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:60px; 
 background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:0px; 
 float:left; 
 position:relative; 
 background-color:eee; 
 }
 
#maincol{
 background-color: #ffffff;
 float: right;
 display:inline;
 position: relative;
 width:840px; 
 }
 
#footer{
 height:0px; 
  background-color:#FFFFFF; 
 clear:both;
 }
 
.flyer { position: absolute; top: 275px; left: 288px; }
.player { position: absolute; top: 240px; left: 406px; }
.mix1 { position: absolute; top: 110px; left: 434px; }
.mix2 { position: absolute; top: 148px; left: 434px; }
.mix3 { position: absolute; top: 185px; left: 434px; }
.email {color: #414141; font-size: 13px; position: absolute; top: 395px; left: 82px; font-family : "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;}
.email a {}
.email a:link {color: #414141; text-decoration: none;}
.email a:visited {color: #414141; text-decoration: none;}
.email a:hover {color: #f47620; text-decoration: none;}
.email a:active {color: red; text-decoration: none;}

#footer p {color: #b0b0b0; text-align: center; font-size: 0.7em; font-family : "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;} 
#footer p a {}
#footer p a:link {color: #b0b0b0; text-decoration: underline;}
#footer p a:visited {color: #b0b0b0; text-decoration: underline;}
#footer p a:hover {color: #f47620; text-decoration: underline;}
#footer p a:active {color: red; text-decoration: underline;}

 
 /* *** 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;}
}
