/* CSS Document */

body {
    background-image: url(./images/sfondo.png);
    font-size:16px;
    font-family:arial, helvetica, sans-serif;
    margin:0px;
    padding:0px;
}
a {
    color:#09c;
    font-size:11px;
    text-decoration:none;
    font-weight:600;
    font-family:verdana, arial, helvetica, sans-serif;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

p{
    padding:0px 0px 0px 12px;
}
#mainbox {
    width: 820px;
    margin: 10px 0px 0px 80px;
}

#contenuto {
    margin:0px 10px 0px 20px;
    width:800px;
    background-color:#eee;
    padding:0px 0px 0px 0px;
    border-style:solid;
    border-color:black;
    border-width:1px 1px;
}
	
#foto {
    position:absolute;
    top:200px;
    left:600px;
}

#header {
    height:165px;
    width:833px;
    padding:0px 0px 0px 0px;
    background-image: url('./images/banner.png');
    background-repeat: no-repeat;
    text-align:right;
}

#header>a {
    color:DarkGoldenrod;

}
#footer {
    text-align: center;
    margin:0px 10px 10px 20px;
    padding:0px 0px 0px 0px;
    /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
    height:15px; /* 14px + 17px + 2px = 33px */
    width:800px;
    border-style:solid;
    border-color:black;
    border-width:0px 1px 1px; /* top and bottom borders: 1px; left and right borders: 0px */
    font:11px/20px arial, helvetica, sans-serif;
    color:#eee;
    background-color:#333333;
}

#footer>a {
    color:#eee;
    font-size:11px;
    text-decoration:none;
    font-weight:600;
    font-family:arial, helvetica, sans-serif;
}
#footer>a:link {color:#eee;}
#footer>a:visited {color:#eee;}
#footer>a:hover {
    color:#333333;
    background-color:#eee;
}