/* CSS Document */

body {
	margin: 0 0 0 0;
	background-color: #CECBA8;
	background-image:url(../imagens/alfinete.jpg);
	background-repeat: repeat-x;
	
}

#topoHomeGlobal {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	background-image:url(../imagens/alfineteTopoHome2.jpg);
	background-repeat: repeat-x;
}

#topoHome {
	width: 1000px;
	height: 483px;
	margin: auto;
	margin-top: 0px;
	background-image: url(../imagens/imgHomeTopo.jpg);
	background-repeat: no-repeat;
}


#barraHomeGlobal {
	width: 100%;
	margin: 0 0 0 0;
	background-color: #23221D;
	height: 77px;
}

#barraHome {
	width: 1000px;
	height: 77px;
	margin: auto;
	margin-top: 0px;
	/* background-image: url(../imagens/barraHome.jpg); */
	background-repeat: no-repeat;
}

#showsHomeGlobal {
	width: 100%;
	margin: 0 0 0 0;
	height: auto;
	background-image:url(../imagens/alfineteShow.jpg);
	background-repeat:repeat-x;
}

#showsHome {
	width: 1000px;
	height: 291px;
	margin: auto;
	margin-top: 0px;
	background-image: url(../imagens/imgShowsHome.jpg);
	background-repeat: no-repeat;
}


.fundoMusicas {
	width: 1000px;
	height:750px;
	margin: auto;
	margin-top: 0px;
	background-image:url(../imagens/fundoMusicas.jpg);
	background-repeat:no-repeat;
}

.fundoCadastro {
	width: 1000px;
	height:750px;
	margin: auto;
	margin-top: 0px;
	background-image:url(../imagens/fun_cadastro.jpg);
	background-repeat:no-repeat;
}
