@charset "UTF-8";
/* CSS Document by carlosmartins.net */

/**************************************************************

	tags reservadas

**************************************************************/

body {
	margin:0;
	padding:0;
	
	background:black;
	
}

/**************************************************************

	imagem de fundo

**************************************************************/

#background {
	margin-top:-253px;
	margin-left:-397px;
	
	padding:0;
	
	top:50%;
	left:50%;
	
	
	background:url(../imgs/underconstruction.jpg) no-repeat;
	
	width:795px;
	height:506px;
	
	position:absolute;
	
}

/**************************************************************

	menu

**************************************************************/

.menudown {
	position: relative; 
	height: 50px; 
	text-align: center;
}

#menu {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.menuconteudo {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.menuitem {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.menuitem span {
	display: none;
	padding-left: 20px;
}
.menuitem img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


