

@font-face {
    font-family: Lato Bold;
    src: url('../fonts/Lato-Bold.ttf');
}

html { overflow-y: scroll; }

body {
    background: #444 url(../images/bg.jpg) repeat 0 0 scroll;
}

#title{
    position:absolute;
    top:60px;
    left:30px;
    font-size:40px;
    font-weight: bold;
    color:#999;
    font-family: Lato Bold;
    text-shadow: 2px 2px 2px #000000;
}

#download{
    position:absolute;
    top:130px;
    left:30px;
    text-decoration:underline;
    font-size:12px;
    color:#999;
    font-family:arial, sans-serif;
}

#download:hover{
    color:#fff;
    text-decoration:none;
}