/* 
* {margin:0; padding:0} 
*/

/*
body {
	font:12px Verdana, Arial, Helvetica, sans-serif; 
	background:#666 url(images/bg.gif)
}
*/

html {

	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;

}

body {
	padding: 0px;
	width: 100%;
	height: 100%;
	cursor: crosshair;
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#fundo img {
	position:relative;
	left:0;
	top:0;
	width: 100%;
	vertical-align: left;
}

#fundo {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -2;
	vertical-align: left;
	top: 0;
	left: 0;
/* 	background:#FFF url(images/loading.gif) center center no-repeat */
}


#conteudo {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
/* 	background:#FFF url(images/loading.gif) center center no-repeat */
}
