html, body {
    background-color: #FFFFFF;
    font-family:helvetica,arial,sans-serif;
    font-size: 12px;
    margin-top:0;
    }
#tutto {
    width:950px;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    }
#header {
    width:950px;
    height:250px;
    float:left;
    background-image: url(img/grigiotitolo.jpg);
    background-repeat: repeat-x;
    }
#main {
    width:950px;
    height:320px;
    float:left;
    background-color:#1c1e1c;
    }
*html #main {
    width:950px;
    height:320px;
    float:left;
    background-color:#1c1e1c;
    }
#footer {
    width:950px;
    height:100%;
    float:left;
    background-image: url(img/sfondo.jpg);
    background-repeat: repeat-x;
    }
#vuotosopra {
    width:690px;
    height:100px;
    float:left;
    background-image: url(img/vuoto.gif);
    background-repeat:no-repeat;
    }
#vuotosotto {
    width:690px;
    height:50px;
    float:left;
    background-image: url(img/vuoto.gif);
    background-repeat:no-repeat;
    }

#titolo {
    width:640px;
    height:100px;
    float:left;
    background-image: url(img/titolo.gif);
    background-repeat:no-repeat;
    margin-left:30px;
    }
#aboutme {
    width:650px;
    height:320px;
    float:left;
    }
#about {
    width:600px;
    height:200px;
    float:left;
    }
#dove {
    width:600px;
    height:90px;
    float:left;
    }
#dove img {
    margin-left:30px;
    border:0px;
    }
#newsgrande {
    width:260px;
    height:320px;
    float:left;
    }
#news {
    width:220px;
    height:100%;
    float:left;
    background-image:url(img/pxb.jpg);
    background-repeat:repeat-y;
    }
#news ul {
    color:#ffffff;
    }
h1 {
    color:#ffffff;
    font-size:16px;
    margin-left:30px;
    }
#about p {
    color:#ffffff;
    margin-left:30px;
    }
#news p {
    color:#ffffff;
    margin-left:25px;
    }
a:link {
    color:#ffffff;
    text-decoration:none;
    }
a:visited {
    color:#ffffff;
    text-decoration:none;
    }
#video {
    width:480px;
    height:100%;
    float:left;
    }
#dicono {
    width:200px;
    height:100%;
    float:left;
    margin-left:10px;
    background-image: url(img/px.jpg);
    background-repeat:repeat-y;
    }
#commenta {
    width:200px;
    height:170px;
    float:left;
    }
#footer h1 {
    color:#1c1e1c;
    font-size:18px;
    }
#video li {
    color:#1c1e1c;
    text-decoration:underline;
    }
#video a:link {
    color:#1c1e1c;
    }
#video a:visited {
    color:#ffffff;
    }
