body{
	margin: 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font: normal 0.8em Arial, Verdana, sans-serif;
	background-image:url(bg.jpg);
}

a:link, a:visited{
	color: #7E2F32;
	font-size:13px;
	font-weight:bold;
	text-decoration: underline;
}

a:hover, a:active{
	font-size:13px;
	color: #7E2F32;
	text-decoration: none;
}

h1{
	font-size:16px;
	color: #fff;
	text-decoration:none;
}

h2{
	font-size:15px;
	color: #fff;
	text-decoration:none;
}

h3{
	font-size:14px;
	color: #fff;
	text-decoration:none;
}

h4{
	font-size:13px;
	color: #fff;
	text-decoration:none;
}

#corpo{
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	/*height:1080px;*/
	margin-top:0px;
}

#header{
	width:800px;
	margin-top:0px;
}

#menu{
	width:800px;
	margin-top:-5px;
}

#testo{
	width:790px;
	margin-top:-20px;
	padding-left:5px;
	padding-right:5px;
	background-color:#000000;
}

#footer{
	width:1000px;
	margin-top:0px;
	padding-left:5px;
	padding-right:5px;
	color:#333;
	text-align:center;
}
