@charset "utf-8";
* {
margin: 0;
padding:0;
}
html, body {
height: 100%;
}
body{
	background: url(../img/fund.jpg) no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
} 
header{
	width:100%;
	height:25px;
	background-color:#002e6c;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; 
}
#clear{
	clear:both;
}
footer, .push {
	height: 90px; /* .push must be the same height as .footer */
}
#conteudo-footer{
	width:1024px;
	margin:auto;
}
#conteudo-footer p{
	width:315px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#002e6c;
}
#conteudo-footer p a{
	color:#002e6c;
	text-decoration:none;
}
#conteudo-footer p a:hover{
	color:#ef7c00;
	text-decoration:none;
}
#content{
	width:1024px;
	height:auto;
	margin:auto;
}
#content img{
	margin:auto;
	margin-top:18%;
	display:block;	
}
#content h1{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#ef7c00;
	margin-top:60px;	
}