/*@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-attachment: scroll;
	background-image: url(../../images/gallery/124.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #000;
}

#title{
	background:transparent url(../images/title.jpg) 0 0 scroll;
	position:absolute;
	top:142px;
	left:422px;
	height:62px;
	width:60px;
	overflow: scroll;
}

#download{
    position:absolute;
    top:187px;
    left:482px;
    text-decoration:none;
    font-size:12px;
    color:#999;
    font-family:arial, sans-serif;
}

#download:hover{
    color:#fff;
}
