@charset "UTF-8";
.box {
	color:#FFFFFF;
	position: absolute;
	top: 390px;
	left: 5px;
	font-size: 9px;
	background-color:black;
	border-style: solid;
	border-color:#000000;
	border-width:thin;
	opacity:0.7;
	filter:alpha(opacity=70);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.front {
	background-color: #000000;
	background-image: url(http://mikkeltscherning.dk/random.php);
	background-repeat: no-repeat;
	background-position: absolute;
}
.photos {
	background-color:black;
	color:#FFFFFF;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #C4E0FF;
	}
a:visited {
	text-decoration: none;
	color: #DFF9FF;
	}
a:active {
	text-decoration: none;
	color: #FFFFFF;	
	}
a:hover {
	text-decoration: underline; color: red;
}
