html, body{
	margin:0;
	padding:0;
	overflow: hidden;
	}
	
.bg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1800px;
	height: 1350px;
	margin-left: -900px;
	margin-top: -675px;
	background-image:url(images/bg_fotos.gif);
	/*background-repeat:no-repeat;*/
	overflow: hidden;
}
	
.box{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 500px;
	margin-left: -400px;
	margin-top: -250px;
	background-color:#000000;
	}
	
img{
	border:0;
	float:left;
}

.streifen{
	position: absolute;
	top: 50%;
	height:30px;
	width:50%;
	margin-top: 162px;
	background-color:#dc002e;
}

.foto1_over{
	position: absolute;
	top: 251px;
	left: 77px;
}