body {
	color: White;
	background-color: Black;
	margin: 0px
}

#logo {
    position: absolute;
    top: 5%;
    left: 5%;
	padding: 10px;
    background-color: black;
    border: 2px solid DimGray;
}

#horizon {
	color: DimGray;
	background-color: DimGray;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 2px;
	overflow: visible;
	visibility: visible;
	display: block
}
	
#pictureframe {
	position: absolute;
	left: 50%;
	width: 532px;
	height: 744px;
	margin-left: -266px;
	top: -372px;
	background-color: Black;
	visibility: hidden;
}
	
#pictureframe img {
    padding: 50px;
    background-color: black;
    border: 2px solid DimGray;
}

#link {
	position: relative;
}

#counter {
	position: absolute;
    bottom: 46px;
    right: 0px;
	padding: 5px;
    background-color: black;
    opacity: 0.3;
	filter: alpha(opacity = 30);
}

#valid {
	position: absolute;
	bottom: 17px;
	right: 2px;
	opacity: 0.1;
	filter: alpha(opacity = 10);
}

#copyright {
	position: absolute;
    bottom: 0px;
    right: 5px;
	padding: 5px;
    background-color: black;
    color: #999999;
    font-size: x-small;
}

a:link, a:visited {
	color: DimGrey;
	text-decoration: none
}

a:hover {
	color: DarkGrey;
	text-decoration: none
}

.shadow {
	box-shadow: -3px 3px 12px #444444;
}