/* generated by csscreator.com */ 
html, body{ 

 margin:0; 
 padding:0; 
 text-align:center;
background-image:url(images/music.jpg);
} 
 
#pagewidth{ 
 width:900px; 
 height:770px;
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
top:20px;
position:relative; 
 height:190px; 
 background-color:transparent;
 width:100%;
} 
 
#maincol{background-image:url(images/wall2.jpg);
top:10px;
 float: right; 
 display:inline; 
 position: relative; 
 width:100%; 
height:600px;
 }

h1{
font-family:Tahoma;
font-size: 28px;
font-style:normal;
color:#FFFFFF;
height: 0px;
}

h2{
font-family:Tahoma;
font-size: 20px;
font-style:normal;
color: #FFFFFF;
}

h4{
font-family:Tahoma;
font-size: 12px;
font-style: 
color: white
}
 

#footer{
 height:100px; 
  background-color:transparent;
  width:100%; 
clear:both;
 } 
 

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