/* CSS Document */
body {  
   padding:0;
   color:#000; 
   background:url(http://www.euphorialab.com/portfolio/fondos/01.jpg) no-repeat top center #000;
   text-align:center;   
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   margin:0 auto;
   }

.clicker {
	width:80px;
	height:600px;
	position:absolute;
	margin-left:-475px;
	top:0;
}
.clicker2 {
	width:80px;
	height:600px;
	position:absolute;
	margin-left:395px;
	top:0;
}

