/* G E R A L */
* {
	border: 0;
	color: #a8a89d;
	font-family: "calibri" 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: #58574b;
	background-image: url(../img/fundo.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}
/**/
#centro{
	background: #58574b url(../img/logo.png) 10px center no-repeat;
	margin: 0 auto;
	height: 100px;
	padding: 20px 10px;
	width: 300px;
}
#endereco{
	background-color: #58574b;
	display: block;
	margin: 0 auto;
	height: 100px;
	padding: 20px 10px;
	width: 300px;
}
/**/
#topEsc{
	background: url(../img/fundoEscTop.png) no-repeat;
	height: 299px;
	left: 0;
	position: absolute;
	top: 0;
	width: 262px;
	z-index:0;
}
#topDir{
	background: url(../img/fundoDirTop.png) no-repeat;
	height: 263px;
	position: absolute;
	right: 0;
	top: 0;
	width: 262px;
	z-index:0;
}
#botEsc{
	background: url(../img/fundoEscBot.png) no-repeat;
	bottom: 0;
	height: 263px;
	left: 0;
	position: absolute;
	width: 262px;
	z-index:0;
}
#botDir{
	background: url(../img/fundoDirBot.png) no-repeat;
	bottom: 0;
	height: 263px;
	right: 0;
	position: absolute;
	width: 262px;
	z-index:0;
}