/* BODY */
* { 
	padding:0;
	margin:0;
} 
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#1b0303;
}

/* OUTER WRAPPER */
#outer-wrapper { 
	margin-right:auto;
	margin-left:auto;
	width: 938px;
	position:relative;
	text-align:left;
}

#home {
	position:absolute;
	width:69px;
	height:30px;
	left:869px;
	top:10px;
}

/* HEADER */
#header {
	position:absolute;
	left:0px;
	top:40px;
	width: 938px;
	height: 412px;
	background-image:url(images/header.jpg);
}

/* CONTENT */
#accordion {
	position:absolute;
	left:101px;
	top:144px;
}

#piano {
	position:absolute;
	left:351px;
	top:144px;
}

#drums {
	position:absolute;
	left:602px;
	top:144px;
}

/* FOOTER */
#footer {
	position:absolute;
	left:0px;
	top:461px;
	width: 938px;
	height:286px;
	background-color:#1b0303;
	border-bottom:2px solid #292021;
}	
#footer h3 {
	margin:12px;
	font-size:18px;
	color:#e3bc66;
}
#footer p {
	margin:12px;
	font-size:12px;
	color:#c1bfb3;
}
#footer a { 
	color:#e3bc66;
	text-decoration: none;
} 
#footer a:hover { 
	text-decoration: underline;
} 

#specs {
	position:absolute;
	width:938px;
	height:45px;
	left:0px;
	top:749px;
	background-color:#1b0303;
}
#specs p {
	margin-top:10px;
	text-align:center;
	font-size:10px;
	color:#c1bfb3;
} 
#specs a { 
	color:#e3bc66;
	text-decoration: none;
} 
#specs a:hover { 
	text-decoration: underline;
} 

