div.galerie {
	position: absolute;
	width: 170px;
	height: 140px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	cursor: hand;
	border: 0px dashed red;
}


div.galerie img
{
	border: none;
	width: 100%;
	height: 100%;
}

#fotos {
	top: 110px;
	left: 70px;
	background-image:url(../img/foto.jpg);
}

#comics
{
	top: 110px;
	left: 390px;
	background-image:url(../img/comic.jpg);
}

#videos
{
	top: 360px;
	left: 230px;
   background-image:url(../img/video.jpg);
}
