
}
html {       
overflow-y: auto;
overflow-x: auto;
}
body
{
font-family: Tahoma;
margin-top: 25px;
background-color: #417187;
background-repeat: no-repeat; 
background-position: top center;                                          
background-image: url(foty/tlo.jpg);
}
#message  
{         z-index: 99;  
			 margin-top: 215px;
			 margin-left: -95px;
			 left: 50%;
          border:2px solid darkred;
          width: 180px; 
			 height: 90px;
          padding: 6px;
          position: absolute;
			 background-color:yellow;
			 font-size: 22px;
			 color: #000033; 
			 text-align: center;
			 
}
a { text-decoration: none; }

a:link { font-family: Tahoma; text-decoration: none; color: #006; font-size: 18px; }
a:visited { font-family: Tahoma; text-decoration: none; color: #006; font-size:18px;}
a:active { font-family: Tahoma; text-decoration: none; color: #006; font-size:18px; }
a:hover { font-family: Tahoma; text-decoration: none; color: #75D0D0; font-size: 18px; }
