html {

}

body {
margin: 0px;
font-family: times New Roman;
background-color: #FBF9FC;
}

#sfondo_flash {
height: 437px;
display: block;
position: relative;
}

#contenitore {
width: 980px;
margin: 0px auto;

}

#home {
width: 675px;
margin: 20px auto;
text-align: center;
color: #1D3F73;
font-size: 18px;
position: relative;
}

#roma {
width: 336px;
float: left;
text-align: left;

}

a.roma {
width: 336px;
height: 88px;
background-image: url(linate/img/button_roma.jpg);
background-repeat: no-repeat;
float: left;
margin-bottom: 10px;
}

a:hover.roma {
width: 336px;
height: 88px;
background-image: url(linate/img/button_roma_hover.jpg);
background-repeat: no-repeat;
float: left;
margin-bottom: 10px;
}

#milano{
width: 336px;
float: right;
text-align: left;
}

a.milano{
width: 336px;
height: 88px;
background-image: url(linate/img/button_milano.jpg);
background-repeat: no-repeat;
float: right;
text-decoration: none;
color: #1B3C6E;
margin-bottom: 10px;
}

a.milano:hover{
width: 336px;
height: 88px;
background-image: url(linate/img/button_milano_hover.jpg);
background-repeat: no-repeat;
float: right;
margin-bottom: 10px;
}




span {
font-size: 20px;
font-weight: bold;

}


a img{
border: 0px;
}
