BODY {
background: #000000;
background-image: url(img/sfondi/sfondo1.jpg);
background-attachment: fixed;
FONT-FAMILY: Arial;
COLOR: #23C6B7;
}

A
{
    color: #23C6B7; TEXT-DECORATION: none
}
A:visited
{
    TEXT-DECORATION: none
}
A:hover
{
    color: #FFFFFF; TEXT-DECORATION: none
}
A.special
{
    color: #A2DFC0; TEXT-DECORATION: none
}
A.special:visited
{
    TEXT-DECORATION: none
}
A.special:hover
{
    color: red; TEXT-DECORATION: none
}
img
{
    border-color: #23C6B7
}

.ruota {
width: 300px;
height: 300px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -150px;
margin-left: -150px;
z-index: 1;
}

.form {
width: 300px;
height: 300px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -150px;
margin-left: -150px;
z-index: 10;
}

.banner {
width : 350px;
height : 45px;
position:absolute;
left: 50%;
margin-left: -175px;
bottom:30px;
}
