body {
	background-color: #339999;
	margin-left: 0px;
	margin-right: 0px;
}
#top {
	position:absolute;
	top: 0;
	left: 5%;
	width:90%;
	height:50px;
	z-index:1;
	background:url(tp.gif) repeat-x;
	background-position:left;
	background-color:#cccccc;
	overflow: hidden;
}
#top_dx {
	position:absolute;
	top: 0;
	left:50%;
	width:45%;
	height:30px;
	z-index:1;
	background:url(crn_topright.gif) no-repeat;
	background-position:right;
	background-color:#cccccc;
	overflow: hidden;
}
#testa {
	position:absolute;
	top: 50px;
	left: 5%;
	width:90%;
	height:130px;
	background:url(bg_top.gif) repeat-x;
	z-index:1;
	overflow: hidden;
}
#alto_sx {
	position:relative;
	width:35%;
	height:100%;
	float:left;
	z-index:1;
}
#alto_dx {
	position:relative;
	width:65%;
	height:100%;
	float:left;
	z-index:1;
}
#corpo {
	position:absolute;
	top: 180px;
	left: 5%;
	width:90%;
	z-index:1;
	overflow: hidden;
	background-color:#CCCCCC;
}
#corpo_sx {
	position:relative;
	width:20%;
	height:100%;
	float:left;
	z-index:1;
}
#corpo_md {
	position:relative;
	width:60%;
	height:100%;
	float:left;
	z-index:1;
}
#corpo_dx {
	position:relative;
	width:19%;
	height:100%;
	float:left;
	z-index:1;
}
#coda {
	position:relative;
	width:100%;
	float:left;
	z-index:1;
	overflow: hidden;
}

.testi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #009900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #009900;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #009900;
}
