html, body{
background-color: #d709ae;
background-repeat:repeat-x;
background-position:bottom;
padding:0px;
margin:0px;
height:100%;
text-align: center;   
}

div#container {
    margin: 0px auto;   
    text-align: left;   
	padding:0;
	width:866px;
	height:550px;

}

div#top {
	position:relative;
top:20px;
}



div#content {
	background-image:url(immagini/sfondo.jpg);
	background-repeat:no-repeat;
	padding:0;
   	top: 30px;
	width:866px;
	height:454px;
	position:relative;
	padding:0px;

	
}

div#navgation {
	position:relative;
	top:0px;
	padding:12px;
}

.taccolungo{        
	top:0px;
	padding:12px;
}


a:link {color: #d709ae; text-decoration: none;}
a:visited {color: #d709ae; text-decoration: none;} 
a:hover {color: #33c6fd; text-decoration: none;}
a:active {color: #33c6fd; text-decoration: none;}

img
{
    border:none;
}



