/* G E R A L */
* {
	border: 0;
	color: #fff;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
}
html{
	height: 100%;
	width: 100%;
}
body{
	background-color: #202A60;
	background-image: url(../img/fundo.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
/**/
#centro{
	background: url(../img/logo.png) 10px no-repeat;
	background-position: center;
	background-size: 200px;
	margin: 0 auto;
	height: 100px;
	padding: 20px 10px;
	width: 300px;
}
#endereco{
	background: transparent;
	color: rgba(255,255,255,.8);
	display: block;
	margin: 0 auto;
	height: 100px;
	padding: 20px 10px;
	text-align: center;
	width: 300px;
}