@charset "utf-8";
/* CSS Document */
body{
background-color:#000000;
}

.td1{
width:408px;
height:325px;
background-image:url(eimmagini/uno.jpg);
background-position:center;
background-repeat:no-repeat;
}

.td2{
width:529px;
height:225px;
background-image:url(eimmagini/due.jpg);
background-position:center;
background-repeat:no-repeat;
}
.td3{
width:529px;
height:324px;
background-position:center;
background-repeat:no-repeat;
}

.td4{
width:529px;
height:216px;
background-image:url(eimmagini/quattro.jpg);
background-position:center;
background-repeat:no-repeat;
}
.testo{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#FFFFFF;
}
.input{
height:15px;
width:95%;
border:1px solid  #333333;
background-color:#000000;
}
.button{
height:20px;
width:90px;
border:0px;
border:1px solid  #333333;
background-color:#000000;
}


