Questo è il foglio di stile:

@charset "utf-8";



#contenitore {
height: 2000px;
width: 1982px;
float: none;
margin-right: auto;
margin-left: auto;
margin-top: 50px;
}
#header {
height:100px;
width: 982px;
}
#navigazione {
height:300px;
width: 900px;
background-color: #000;

}
#contenuto {
height: 100px;
width: 982px;
}
#footer {

}


#barradata {
height: 30px;
width: 400px;
background-color: #969898;
}
#galleria {
height: 400px;
width: 900px;
background-color: #6998;
}
ul#gallery{
list-style:none;margin:0;padding:0
}
ul#gallery li{
float:left;margin-right:30px;padding:0
}
ul#gallery img{
display:block;border: 4px solid #FFF
}

body {
background-color: #cccccc;
}