html, body{
	width:100%;
	height:100%;
	position:relative;
	margin:0px;
	padding:0px;
}


* html{
	width:100%;
	height:100%;
	position:relative;
}


img{
	border:none;
}


div.clear{
	clear:both;
}

div#geral{
	position:relative;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#44a9ab;
	background-image:url(images/fn_geral.jpg);
	background-position:center;
	background-repeat:repeat-x;
}


	div#geral div#conteudo{
		width:100%;
		height:100%;
		background-image:url(images/fn_conteudo.jpg);
		background-position:center top;
		background-repeat:no-repeat;
		text-align:center;
	}
	
		div#conteudo img#logo{
			margin-top:80px;
		}
		
		div#conteudo div#opcao{
			width:600px;
			margin-left:auto;
			margin-right:auto;
		}
