html, body { 
  height: 100%; 
  margin: 0px; 
  padding: 0px; 
} 
.wrapper { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgmain.png); 
	background-position: center top; 	
	background-repeat: no-repeat;} 
.wrapper2 { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgmain2.png); 
	background-position: center top; 	
	background-repeat: no-repeat;} 
.musicwrap { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgtopp.png); 
	background-position: center top; 	
	background-repeat: no-repeat;}

.header { height: 65px; } 
.nav { height: 30px;} 
.content{  height: 430px; min-height: 430px; padding-top: 50px; padding-bottom: 30px;} 
.footer{ height: 40px; }
