html, body {
margin-top: 0px;
margin-left: 0px;
}
body{
background: url(images/pattern1.png);
}
#sfondo_sito {
position:absolute;	
background:url(images/sfondo_sito.jpg) no-repeat;
width: 750px;
height: 200px;
left: 50%;
top: 50%;
margin-left: -375px;
margin-top: -100px;
}
#sito {
position: absolute;
background:url(images/sito.jpg) no-repeat;
width: 710px;
height: 129px;
left: 50%;
top: 50%;
margin-left: -355px;
margin-top: -75px;
}
#testo
{
position: absolute;
width: 734px;
height:22px;
left: 50%;
top: 50%;
margin-left: -367px;
margin-top: 67px;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
#Input_Testo
{
position: absolute; 
width: 538px;
height: 28px;
top: 50%; 
left: 50%;
margin-left: -337px;
margin-top: 10px;
}
#Bottone
{
position: absolute; 
width: 122px;
height: 32px;
top: 50%; 
left: 50%;
margin-left: 218px;
margin-top: 8px;
cursor: pointer;
cursor: hand;
}
#Barra_alto {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 40px;
background:url(images/sfondo_login.png) repeat-x;
}
#Testo_Barra_alto {
position: absolute;
width: 100%;
left: 0px;
height: 21px;
top: 7px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
text-align:center;
}
#Messaggio {
position: absolute; 
width: 100%; 
left:0px; 
height: 200px; 
top: 50%; 
margin-top: -100px;
background:#FFFFFF; 
border: solid 1px black;
text-align:center;
}
A {	color:#46959B;
text-decoration:underline;}

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

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

a.menu {color:#FFFFFF;
text-decoration:underline;}

a.menu:VISITED {	color:#FFFFFF; 
text-decoration:underline;}

a.menu:HOVER {color: #46959B;
text-decoration:underline;}