@charset "utf-8";
/* CSS Document */

body{
	overflow: hidden;
}
#logo {
	background-image: url(../img/construcao/logo-netius-107x308.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	width: 320px;
}
#construcao {
	height: 70px;
	display: block;
	width: 300px;
}

#construcao img{
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#by {
	text-align: center;
	display: block;
	height: 30px;
	width: 119px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#principal {
	height: 470px;
	width: 320px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	left: 37%;
	top: 20%;
}
.construcao {
	font-family: "Arial Black";
	font-size: 22px;
	color: #F00;
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
	display: block;
	float: left;
}

#empresa {
	height: 30px;
	width: 320px;
	font-family: "Arial Black";
	font-size: 20px;
	color: #000;
	text-align: center;
}
