@charset "UTF-8";
/* CSS Document */

	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #000;
		}
		
		
		#wrapper {
		margin: auto;
		width: 550px;
		padding: 0 10px;
		background-color: #000;
		background-repeat: no-repeat;
		overflow: hidden;
		
		}
		
		#header {
		height: 908px;
		width: 550px;
		background-image: url(header.jpg);
		background-repeat: no-repeat;
		overflow: hidden;
	
		}
	
		
		#soundcloud {
		height:81px;
		width: 550px;
		overflow: hidden;
		background-color: #000;
		
		
}

		#footer {
		height: 652px;
		width: 550px;
		background-image: url(footer.jpg);
		background-repeat: no-repeat;
		overflow: hidden;
		
		
}

