@charset "UTF-8";
/* CSS Document */
a:link {
	color: #666666;
	text-decoration:none;
}
a:visited {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:none;
}
a:active {
	color: #666666;
	text-decoration:none;
}


body{
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px;
}

#contenitore{
width:100%;
height:98%;
min-height:600px;
background-color:#000000;
float:left;
}

#header{
width:100%;
min-width:955px;
min-height:40px;
height:5%;
background-color:#000000;
}

.spacer{
height:10px;
width:100%;
float:left;
background-color:#000000;
}

#logo{
float:left;
background-color:#000000;
width:250px;
height:25px;
}

#menu{
text-align:right;
float:left; 
width:705px;
background-color:#000000;
}

#flash{
height:95%;
width:100%;
background-color:#000000;
vertical-align:baseline;
position:absolute;
float:left;
}

#footer{
color:#666666;
position:absolute;
bottom:0px;
text-align:center;
height:15px;
width:100%;
float:left;
z-index:99;
}

h1{
display: inline;
color:#666666;
font-size:9px
}
