/*@font-face {*/
    /*font-family: Lato;*/
    /*src: url('../fonts/Lato-Regular.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 {
background-color:black;
background: url(http://www.cafedeladanse.com/eldorado/2013/fond.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}



#title{
    position:absolute;
    top:60px;
    left:150px;
    height:225px;
    width:560px;
}

#tiki{
    position:absolute;
    top:620px;
    left:10px;
    text-decoration:none;
    font-size:11px;
    color:#444;
    font-family:arial, sans-serif;
    width:255px;
    border-top: 0px solid #444;
    border-bottom: 0px solid #444;
    font-family: 'Lato', arial, sans-serif;
    padding: 10px 0;
}

#tiki2{
    position:absolute;
    top:30px;
    left:460px;
    text-decoration:none;
    font-size:11px;
    color:#444;
    font-family:arial, sans-serif;
    width:255px;
    border-top: 0px solid #444;
    border-bottom: 0px solid #444;
    font-family: 'Lato', arial, sans-serif;
    padding: 10px 0;
}

#tiki a { color:#000; text-decoration:none; }
#tiki a:hover { color:#444; }


#download:hover{
    color:#fff;
}



