body
{
   margin: 0px;
   padding:0px;
   background: #000000 url(/tpl/images/intro.jpg) no-repeat;
   background-position: 0px 100px;   
   font: normal normal normal 10px Verdana;
   color: #FFFFFF;
}

#into_container
{
   width: 100%;
   top: 100px;   
   position: absolute;
}



a.navy:link {color: #999999; font-size: 10px; text-decoration: none;}
a.navy:visited {color: #999999; font-size: 10px; text-decoration: none;}
a.navy:activ {color: #ff0000; font-size: 10px; text-decoration: none;}
a.navy:hover {color: #ff0000; font-size: 10px; text-decoration: none;}

a:link {color: #999999; font-size: 10px; text-decoration: underline;}
a:visited {color: #999999; font-size: 10px; text-decoration: underline;}
a:activ {color: #ff0000; font-size: 10px; text-decoration: underline;}
a:hover {color: #ff0000; font-size: 10px; text-decoration: underline;}

#about_container
{
   width: 100%;
   top: 800px;   
   position: absolute;
}




