body{
	background-color: #810b05;
	background-image: url(./img/bg.jpg);
	background-repeat: repeat-x;
	color: #a3a3a3;
	font-family: verdana;
	font-size: 11px;
	}
	
	a:link {
	font-family: verdana;
	font-size: 11px;
	text-decoration: none; 
	color: #982d12;
}

a:visited { 
	font-family: verdana;
	font-size: 11px;
	text-decoration: none; 
	color: #982d12;
}

a:hover, a:active { 
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline; 
	color: #000;
}
	
.splash{
	color: #eeeeee;
	font-family: verdana;
	font-size: 11px;
	}
	
#main{
	position: absolute;
	width: 951px;
	margin-left: 50%;
	left: -475px;
	}

#header{
	background-image: url(./img/bg_header.png);
	height: 358px;
	}
	
#corpo{
	margin-top: -2px;
	background-image: url(./img/bg_corpo.png);
	background-repeat: repeat-y;
	}

#contenuto{
	margin-left: 35px;
	width: 682px;
	}
	
#menu{
	position: absolute;
	right: 35px;
	top: 403px;
	}
	
#foot{
	text-align: center;
	width: 925px; 
	height: 23px; 
	background-color: #dbdbdb;
	color: #982d12;
	font-family: verdana;
	font-size: 11px;
	margin-left: 13px;
	}
	
#footer{
	background-image: url(./img/bg_corpo.png);
	background-repeat: repeat-y;
	}
	
	input.submit
{
height: 55px;
width: 53px;
border-style: none;
padding: 0.25em;
background-color: #FFFFFF;
background-image: url(img/submit.jpg);
background-repeat: no-repeat;
color: #a3a3a3;
font-size: 75%;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

input.submit:active
{
height: 55px;
color: #fff;
width: 53px;
background-image: url(img/submit_up.jpg);
border-style: 3px double #CCCCCC;
}

input.submit:hover
{
height: 55px;
color: #fff;
width: 53px;
background-image: url(img/submit_up.jpg);
border-style: 3px double #CCCCCC;
}
