* {
margin:0;
padding:0;
list-style:none;
vertical-align:baseline;
}
html, body {height:100%;}
header h1,.rodape,.img,.barra{
	position: absolute;
}
.geral,.main,header{
	position: relative;
}
body{
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	background: #f5f5f5;
	text-align: center;
}
.barra{
	top:0;	
	background: #fff;
	-moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
	box-shadow:0px 5px 15px rgba(0,0,0,0.15);
	height: 30px;
	width: 100%;
}
.geral{
	min-height: 100%;
}
.main{
	width:940px;
	margin: 0 auto;
	text-align:left;
	min-height:650px;
	padding: 0 50px;
}
header{
	height: 210px;
	display: block;
}
header h1{
	bottom: 0px;
}
article{
	margin-top: 100px;
	color:#3F3F40;
	width: 380px;
}
.breve{
	font-size:1.69em;
}
.espaco15{
	margin-top: 15px;
}
.text{
	font-size: 1em;
}
.con{
	font-size: 1.23em;
	color: #C3575E;
	line-height: 160%;
}
.rodape{
	bottom:0;
	width:100%;
	height: 20%;
	background: url('imgs/bgBot.png');
}
.img{
	bottom:15%;
	right:10%;
	width: 380px;
	height:595px;
	background: url('imgs/contructing.png') no-repeat;
}