/*STILI PER IL LAYOUT FISSO*/
html {
margin: 0;
padding: 0;
height: 100%;
background-color: #fff;
}

body {
margin: 0;
padding: 0;
background-image: url(../layout/bg-h.jpg);
background-position: center top;
background-repeat: no-repeat;
height: 620px;
font-family: "tahoma", sans-serif;
font-size: 11px;
color: #666;
}

body>div#container{
height: auto;
min-height: 100%;
}

div#container {
position: relative;
width: 768px;
height: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
top: 20px;
}

/*STILI GENERICI*/
div#header {
margin: 0;
padding: 0;
position: relative;
top: 120px;
right: 114px;
}

div#content {
padding: 0 1.5em 5em
}

div#content {
margin: 120px 0 0 0;
padding: 20px 180px 12px 10px;
background-color: #fff;
}

div#extra {
margin: 0;
padding: 85px 0 0 0;
width: 180px;
text-align: left;
position:absolute;
top: 0;
left: 570px;
text-align: left;
font-size: 9px;
}

div#footer {
clear:both;
margin: 0px;
padding: 22px 0 12px 10px;
position: relative;
width: 758px;
font-size: 9px;
text-align: left;
background-image: url(../layout/footer-h.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

/*STILI SPECIFICI PER IL LAYOUT*/
a {
color: #c40e2f;
}

a:hover {
text-decoration: underline;
}

img {
border: none;
}

.download {
text-align: right;
}

.bottom-right {
top: 490px;
position: absolute;
}

div#content li {
font: 16px/40px tahoma, sans-serif;
padding: 0 35px 0 0;
list-style-type: none;
display: inline;
}
