html, body {
	width: 100%;
	height: 100%;
}

body {
    
}

#main {
	width: 100%;
}

#header {
	width: 100%;
	background: #fff;	
}

#header .button-acessar {
	float: right;
	margin-top: -160px;
}

#main {
	background: #222a79;
}

#footer {
	height: 120px;
	background: #fff;
}

