﻿body { 
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	background-color: #101010;
	text-align: center;
}

h1 {
    font-family: Georgia, Times-Roman, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #999999;
	text-align: center;
}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	color: #000;
	text-align: left;
}


#container {
	width: 800px;
	height: 600px;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	z-index: 0;
}

#background {
	width: 800px;
	height: 600px;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	}

#background img {
	border: none;
}

#link {
	width: 120px;
	height: 20px;
	position: relative;
	top: -50px;
	left: 650px;
	z-index: 100;
	text-align: left;
}

#link a {
	outline: none;
    font-weight: bold;
	font-size: 10pt;
    text-decoration: none;
    background-color: transparent;
}

#link a:link {
	color: #FFFF00;

	}

#link a:visited {
	color: #FFFF00;
	}

#link a:hover, a:focus {
	color: #FFF;
}

#link a:active {
	color: #FFFF00;
}

	
.hidden {
	display: none;
}
