A:LINK    {text-decoration: underline; color: blue}
A:VISITED {text-decoration: underline; Color: blue}
A:HOVER   {Color: red}

body{
	background-color: #ffce25;
}

#main {
	margin: 0px auto 0px auto;
	border: 0px;
	width: 900px;
}

#header {
	background: url('immagini/header.png');
	width: 900px;
	height: 248px;
}

#corpo {
	background: url('immagini/corpo.png');
	padding: 0px 40px 0px 40px; 
}

#dx {
	position: relative;
	margin: 0px 10px 0px 10px;
	width: 240px;
	float: right;
	border: 0px;
}

#sx {
	position: relative;
	margin: 0px 10px 0px 10px;
	width: 530px;
	float: left;
	border: 0px;
	text-align: justify;
}

#stabilizzatore {
	clear: both;
}

#footer {
	background: url('immagini/footer.png');
	width: 900px;
	height: 193px;
}