@font-face {
    font-family:Lato;
    src: url('lato.ttf');
    
}

/*@font-face {*/
    /*font-family: Lato Italic;*/
    /*src: url('../fonts/Lato-Italic.ttf');*/
/*}*/

/*@font-face {*/
    /*font-family: Lato Bold;*/
    /*src: url('../fonts/Lato-Bold.ttf');*/
/*}*/

html { overflow-y: scroll; }

body {
    font-family:Lato;
    color: #d2d2d3;
    background-image: url('../images/bg.2025.png');
    background-repeat:repeat;

}

p {
    font-family:Lato;
	margin-top: 0em;
 margin-bottom: .5em;
 font-size:15px;
 color: #d2d2d3;
 }

p.big {
     font-family:Lato;
 margin-top: 0em;
 margin-bottom: 1.5em;     
 font-size:19px;
color: #d2d2d3;

 }
 
a:link {color: #f8d984;
text-decoration:none;
}
 a:visited {color: #f8d984;
text-decoration:none;
}
a:hover {color:#a0a0a4;
text-decoration:none;
font-weight:600;
} 
a:active {
text-decoration:none;
}
#title{
    /* background:transparent url(images/bg.png) 0 0 scroll; */
    position:absolute;
    top:60px;
    left:24px;
    height:62px;
    width:334px;
}

#download{
    position:absolute;
    top:132px;
    left:30px;
    text-decoration:none;
    font-size:12px;
    color:#999;
    font-family:arial, sans-serif;
}

#download:hover{
    color:#fff;
}