 @import url(layout.css);
 @import url(type.css);
 @import url(music.css);
  @import url(nav.css);
    @import url(gallery.css);

  


 
  * {margin: 0;}
    html, body {
	height: 100%;
	background-color: #cacaca;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* Set footer height. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -254px;
	margin-left: auto;
	background-image: url(../images/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    }
    
	
	footer, .push {
	height: 254px;        /* clear: both; */ /* Muti-column fix.*/
    }
    footer {
	background-image: url(../images/footerBG.png);
}

#footerWrap, .push {
	height: 254px;        /* clear: both; */ /* Muti-column fix.*/
    }
    
#footerWrap {
	background-image: url(../images/footerBG.png);
	background-repeat: repeat-x;
}

	
	* {
	margin: 0; 
	padding: 0; 
	}
	
	img {
	border:0
	}
	
	p, li, a, ul, ol, h3, li, img, h4 {
	margin:0;
	padding: 0;
	}
	
	li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
	a {
	text-decoration: none;
	color: #666;
	}

	a:hover {
	text-decoration: none;
	color: #92278F;
	}
