/********************************      Basic Structure      ********************************/
* {margin:0;padding:0;} 

body {
    font-family: "thin", Sans-Serif;
    font-weight: normal;
  	font-style: normal;
	height: 100%;
	min-height: 100%;
	background: #e7e5e0 url(img/bg-body.jpg) center -20px no-repeat;	 
	 background-attachment:fixed;
	 min-width: 1000px;

}
html, body {
     font-family: "thin", Sans-Serif;
     font-weight: normal;
  	 font-style: normal;
	 color: #2b384b;
	 font-size: 1em;
	 line-height: 150%;
	 height: 100%;
	min-height: 100%;
}
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
.100 {
	width: 100%;
}


/****************** CONTEUDO **************/
.atualize {
	background: #fff;
	width: 100%;
	margin: 50px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	display: block;
	z-index: 99999;
	line-height: 130%;
	position: fixed;
}
#background,
.ie7 {
	display: none;
}
