/* CSS Document */
<style type="text/css">

#null {}
img, div {	
	behavior: url(iepngfix.htc);
	}
html {height:100%;}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	height:100%;
	font-size:10px;
	color:#CCC;
	margin:0; padding:0;
	background-color:#4FABF4;
	background-image:url(imgs/bg_top.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	}

#master {
	position:relative;
	min-height:100%; /* Para browsera modernos */
	height:auto !important; /* Para browsera modernos */
	height:100%; /* Para o IE6 */
}
#site {
	padding:0px;
	margin:0 auto;
	width:733px;
	padding-bottom:287px; /* Esse padding é o mesmo valor da altura do rodapé */
	z-index:5;
}
#topo{
	width:733px;
	text-align:center;
	padding-top:20px;
	}
#frame{
	height:580px;
	width:733px;
	background-image:url(imgs/bg_site1.png);
	background-repeat:no-repeat;
	background-position:center;
	}
.conteudo{
		padding-top:43px;
		padding-left:42px;
		padding-right:58px;
		height:430px;
}
.menu{
		padding-top:20px;
		padding-left:43px;
		padding-right:57px;
		height:40px;
}
#rodape {
	color:#069;
	font-size:11px;
	text-align:center;
	background:url(imgs/bg_rodape.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	position:absolute;
	height:287px;
	width:100%;
	bottom:0 !important;
	z-index:1;
	
}
-->
</style>
