* {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica;
}

#guia {
	position:absolute;
	left:50%;
	top:50%;
	width:1px;
	height:1px;
}

#all {
	background-color: #000000;
	height: 350px;
	width: 500px;
	position: absolute;
	background-image: url(../img/teste.png);
	background-repeat: no-repeat;
	background-position: center;
	left: -250px;
	top: -175px;
}

#all #construcao {
	font-size: 18px;
	color: #999999;
	position: relative;
	top: 10px;
	left: 10px;
	width: 30%;
}

#all #contato {
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	width: 160px;
	text-align: left;
	left: 330px;
	top: 280px;
}

#all #contato a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#all #contato a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#all #contato a:hover {
	color: #FF0000;
	text-decoration: none;
}

#all #contato a:active {
	color: #FFFFFF;
	text-decoration: none;
}
body {
	background-color: #000000;
}
