@charset "utf-8";
/* CSS Document */

#top {
width: 100%;
height: 25px;
background-color: #000000;
}
#header {
width: 100%;
height: 101px;
background-color: #201f20;
}
#subhead {
width: 100%;
height: 230px;
background-color: #CF9647;
background-image:url(images/header.png);
}
#navigation {
width: 100%;
height: 100%;
background-color: #201f20;
background-image:url(images/navigation.png);
background-repeat:repeat-x;
}
#footer {
width: 100%; 
height: 360px;
background-color:#04223a;
background-image:url(images/sfondofooter.png);
background-repeat:repeat-x;
}

/*INIZIO DIV JQUERY*/

/*link con anteprima - colore box*/

#screenshot{
position:absolute;
background:#c1c1c1;
padding:5px;
display:none;
color:#000000;
}