@charset "utf-8";
body {
background-color: #000000;
}
#container {
width: 800px;
height: 600px;
margin: 0 auto;
background-color:#000000;
}
#bandino_rosso {
width: 800px;
height: 30px;
margin: 0;
padding: 0;
background-image: url(images/rosso.gif);
background-repeat: repeat-x;
}
#cascina {
width: 800px;
height: 213px;
}
#bandino_bianco {
width: 800px;
height: 33px;
background-image:url(images/bianco.gif);
background-color: #FFFFFF;
}
#nero_left {
width: 400px;
height: 324px;
float: left;
}
#nero_right {
width: 400px;
height: 324px;
float: right;
}
#essai {
width: 400px;
height: 200px;
background-image: url(images/essai.gif);
background-repeat: no-repeat;
}
#spazio_testo {
width: 400px;
height: 124px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
}
#spazio_testo a:link {
text-decoration: none;
color: #ffffcc;
}
#spazio_testo a:visited {
text-decoration: none;
color: #ffffcc;
}
#spazio_testo a:hover {
text-decoration: none;
color: #999966;
}
#spazio_testo a:active {
text-decoration: none;
color: #ffffcc;
}
#spazio_testo ul {
list-style:none;
}

