body{
	background:#fde1e1;
	margin:0px;
}

#layout{
	position:relative;
	margin:0 auto;
	width:850px;
	height:630px;
}

#top{
	position:absolute;
	align:center;
	width:850px;
	height:130px;
        
}

#content{
	position:absolute;
	
	background: url(sfondo/sfondo.gif);
	width:850px;
	height:400px;
	top:130px;
	
}

#footer{
	position:absolute;
	align:center;
	background: url(sfondo/footer.gif);
	width:850px;
	height:100px;
	top:530px;
}
.style1{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #004272;
	text-decoration: none;
}

a:visited {
	color: #004272;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
