/* * GESTIONE LAYOUT * */

body {
/*background-color: #F0E5E5;*/
background-image:url('../images/background.gif');
}

#main {
	width:530px;
	height:700px;
	margin: auto;
	margin-top: 10px;
}

#main2 {
	width:1000px;
	height:600px;
	margin: auto;
	margin-top: 10px;
}

a:link,
a:visited {
text-decoration: none;
border:none;
}

a:hover,
a:focus,
a:active {
text-decoration:line-through;
border:none;
}
