html,
body{
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;

	display: block;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	min-width: 1485px;
	width: 100%;
	min-height:700px;
	height: 100%;
	
	font: normal 14px "Helvetica Neue", sans-serif;
	line-height: 1.5;
	color: #432918;
	text-align: center;
	
	background-image:url(../_img/botoes.png), url(../_img/botoes.png) , url(../_img/fundo1.jpg);
	background-position: left top, 135% top, left top;
	background-repeat: repeat-y,repeat-y, repeat;/**/
	background-size:  550px, 550px, auto;
}