body {
	margin: 0px;
	padding: 0px;
	background:#000000;
}

#container {
	margin: 0em auto;
	width: 1024px;
	height:auto;
	position:relative;
}

#menu {
	width:981px;
	height:67px;
	margin: 0em auto;
	margin-top:20px;
	margin-bottom:20px;
}

#barra-percussao {
	height:190px;
	width:981px;
	margin: 0em auto; 
	margin-bottom:20px;
	background: #EAEAEA;
	border-radius: 9px;
}
	
#img-contents{
	width: 981px;
	height:427px;
	margin: 0em auto; 
	margin-bottom:20px;
}

#footer {
	bottom: 0;
	height:47px;
	width: 982px;
	margin: 0em auto;
}
