html, body {
margin-top: 0px;
margin-left: 0px;
}
body{
background: url(images/pattern1.png);
}
#Container {
position: absolute;
top: 0px;
left: 50%;
margin-left: -375px;
width: 750px;
background:url(images/sfondo_repeat.gif) repeat-y;
}
#Sito_top {
position: relative;
top: 5px;
width: 710px;
height: 129px;
left: 20px;
background:url(images/sito.jpg) no-repeat;
}
#Testo_top {
position: relative;
top: 18px;
width: 710px;
height: 22px;
left: 20px;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
#Titolo {
position:relative;
top: 20px;
width: 750px;
background:#336880;
height: 22px;
vertical-align: middle;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
color:#FFFFFF;
padding-top: 5px;
}
#Testo {
position: relative;
width: 730px;
left: 10px;
top: 25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-bottom: 40px;
}
#Footer {
position: relative;
width: 750px;
height: 1px;
background:#000000;
left: 0px;
overflow: hidden;
}
#Input_testo {
position: absolute;
width: 538px;
height: 28px;
top: 90px;
left: 50%;
margin-left: -337px;
}
#Bottone
{
position: absolute; 
width: 122px;
height: 32px;
top: 88px; 
left: 50%;
margin-left: 218px;
cursor: pointer;
cursor: hand;
}
A {	color:#46959B;
text-decoration:underline;}

A:VISITED {	color:#46959B; 
text-decoration:underline;}

A:HOVER {color : #000000;
text-decoration:underline;}