il css
codice:
@charset "UTF-8";
* {
margin:0 0 0 0;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
body {
background-color: #000;
margin-left:auto;
margin-right:auto;
}
#container {
position: relative;
background-image:url(../componenti/OM_sfondo.gif);
background-repeat:repeat-y;
margin:0 auto 0 auto;
width: 1200px;
}
#header {
width: 1200px;
background-image:url(../componenti/OM_sfondotop.png);
background-repeat:no-repeat;
position: relative;
margin-right: auto;
margin-left: auto;
height:155px;
}
#logo {
margin-top: 35px;
margin-left:100px;
}
/* ------- navigazione ------- */
#navbar {
background-image: url(../componenti/OM_navbar.gif);
height: 52px;
width:1200px;
position: relative;
text-align: center;
margin-bottom: 0px;
}
#home {
background-image: url(../componenti/navbar/home_on.gif);
float:left;
margin-left: 298px;
}
#pro {
float: left;
}
#port {
float: left;
}
#chi {
float: left;
}
#cont {
float: left;
}
a.link:hover {
color:#CAE14D;
}
a.link:active {
padding-top:18px;
height:35px;
}
a.link {
display:block;
position:relative;
padding:17px 23px 0 23px;
height:35px;
color:#666;
text-decoration:none;
}
/* -------- fine navigazione -------- */
#content {
position: relative;
background-image:url(../componenti/OM_sfondogiu.png);
background-repeat:no-repeat;
background-width:100%;
background-height:100%;
background-position:top;
background-attachment:fixed;
margin:0 auto 0 auto;
padding:0 0 0 0;
width: 1200px;
}
#content2 {
position:relative;
width: 1200px;
min-height:800px;
margin:0 auto 0 auto;
background-image:url(../componenti/OM_luce.png);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center center;
}
#spaziatore {
width:1200px;
height:10px;
background-image:url(../componenti/OM_ombrabar.png);
position:relative;
}
#content3 {
width:978px;
margin:0 0 0 100px;
padding: 0 11px 0 11px;
position: relative;
background-image:url(../componenti/Om_sfondonuto.png);
background-repeat:repeat-y;
border-bottom:solid #000;
border-bottom-width:1px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius: 15px 15px 0 0;
}
#nuto {
width:978px;
color: #F90;
text-align: left;
position:relative;
padding:0 0 10px 0;
}
#filetto {
position:relative;
width:1000px;
height:1px;
margin:0 auto 0 auto;
border-top-color:#CAE14D;
border-top-style:solid;
border-top-width:1px;
}
#footer {
width:1000px;
position:relative;
background-color:#000;
width:100%;
margin-top:10px;
padding-top:0.3em;
padding-bottom:0.4em;
color: #333;
text-align:center;
font-size: 0.7em;
line-height: 1.2em;
}
#footer p a {
text-decoration: none;
color: #333;
display: inline;
}
#footer p a:hover {
text-decoration: underline;
}
#fine {
height:15px;
}
/* ------- aggiusutamenti compatibilità ------- */
a img {
border: 0;
}
a:focus {
outline: 0;
}