* {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: middle;
}

body {
	width: 4800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7C8A8A;
	background-color: #000000;
}

#geral {
	height: 600px;
	position: relative;
	width: 4800px;
	background-image: url(../img/fundo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu {
	position: absolute;
	top: 10px;
	width: 750px;
	height: 20px;
	z-index: 1;
}
ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 650px;
}

ul li {
  float: left;
}


ul a {
	padding: 0 2em;
	text-decoration: none;
	color: #7C8A8A;
	float: left;
	display: block;
	background-position: left top;
}


ul a:hover {
	color: #bcbfb8;
}

#conteudo {
	height: 600px;
}

#inicio {
	height: 600px;
	width: 750px;
	position: absolute;
}

#spacer {
	height: 600px;
	width: 300px;
	margin-left: 750px;
	position: absolute;
}

#shows {
	height: 600px;
	width: 750px;
	margin-left: 1050px;
	position: absolute;
}

#moradas {
	height: 600px;
	width: 750px;
	margin-left: 1800px;
	position: absolute;
}

#mundo {
	height: 600px;
	width: 750px;
	margin-left: 2550px;
	position: absolute;
}

#ensaios {
	height: 600px;
	width: 750px;
	margin-left: 3300px;
	position: absolute;
}

#contato {
	height: 600px;
	width: 750px;
	margin-left: 4050px;
	position: absolute;
}
