*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html, body {
	width:100%;
	height:100%;
	padding: 0px;
	margin:0px;
	overflow:hidden;
}
#site {
	height:310px;
	text-align:center;
}
#menu{
	position:absolute;
	background-image:url(imagens/aba_menu.png);
	width:395px;
	height:60px;	
	left:50%;
	margin-left:-198px;
	margin-top:5px;
}
#topo{
	text-align:center;
	vertical-align:baseline;
	margin-bottom:30px;
	background-image:url(imagens/bg_topo.jpg);
	height:65px;
	overflow:hidden;
	border-bottom: solid 2px #00903C;
}
#rodape{
	margin-top:200px;
	_margin-top:80px;
	background-image:url(imagens/bg_rodape.jpg);
	height:45px;
	text-align:right;
	padding-top:25px;
	padding-right:5px;
}
#rede{
	position:absolute;
	left:50%;
	margin-left:-122px;
	width:243px;
	height:73px;;
	background-image:url(imagens/login_box.jpg);
	padding-top:35px;
	padding-left:10px;
}
a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
h1{
	border-bottom:solid 2px #ADD74A;
	color:#009900;
	font-size:14px;
	margin-bottom:10px;
}
label{
	display:block;
	width:100px;
}
#caixa{
	padding:10px;
}