@charset "utf-8";
/* CSS Document */
body {
margin: 0px;
color:#FFFFFF;
font-family:Verdana,Geneva,sans-serif;
font-size:9px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
background-color: #000;
}

#main{
width:100%;
}


#main h1{
margin:0;
display:inline;
font-size:9px;

}

#main h2 {
display:inline;
margin:0;
font-size:9px;

}

#main p {
display:inline;
margin:0;
}


#top{
text-align: center;
background-color: #2EAADC;
height:15px;
}


#logo {
width: 391px;
height: 120px;
position: absolute;
top: 50%;
left: 50%;
margin: -60px 0 0 -195px;
background:url(logo-sviluppo-siti-web-roma.png) no-repeat 0 0;
z-index: 100;
}

#keys {
position:absolute;
width:100%;
text-align: center;
bottom: 0;
background-color: #2EAADC;
height:15px;
display:inline;
}

#logosh {
background:url("logosh.png") no-repeat scroll 0 0 transparent;
height:140px;
left:50%;
margin:-70px 0 0 -200px;
position:absolute;
top:50%;
width:411px;
}
#logob {
width: 391px;
height: 120px;
position: absolute;
top: 50%;
left: 50%;
margin: -60px 0 0 -195px;
background:url(logob.png) no-repeat 0 0;
z-index: 50;
opacity:0.0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
}

#code {
width: 155px;
height: 13px;
position: absolute;
opacity:0.0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
background:url(code.png) no-repeat 0 0;
bottom: 16px;
right: 5px;
}

#under {
color: #2EAADC;
bottom: 16px;
left: 5px;
position: absolute;
font-weight: bold;
}