#visualwrapper {
	position: absolute;
}

#main {
	position: relative;
}

#foto {
	position: absolute; 
	top: 20px;
	left: 40px;
	padding: 5px;
	background-color: #ffffff;
	border: 2px solid #cccccc;
	z-index: 100;
}

#fotomenu {
	padding: 3px;
	background-color: #f5f5f5;
	font-size: 12px;
	font-family: verdana,arial,helvetica;
	font-weight: bold;
	z-index: 100;
}

#fotomenu a {
	color: orange;
	text-decoration: none;
	z-index: 100;
}