@charset "UTF-8";

@font-face {
  font-family: "Base02";
  src: url(http://www.blacklabelled.com/v5/css/Base02.ttf);
}


html, body {
	height: 100%;
}

body {
	font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 11px;
}

div#container {
	width: 990px;
	height: 725px;
	margin: 10px auto;
	position: relative;
	text-align: left;
	z-index: 0;
}

span.timepos {
	position: absolute;
	top: 35px;
	right: 20px;
	font-size: 82px;
	font-family: Base02, serif;
	color: #d3d3d3;
	opacity: 0.7;
	z-index: 1;
	display: none; 
}

a:link, a:visited, a:active {
	font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 11px;
	color: #330000;
}

a:hover {
	color: #000;
}

span.links {
position: relative;
top: 2px;
left: 100px;
}

.links, a.links:link, a.links:visited, a.links:active {
	font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 11px;
	color: #fefefe;
	text-decoration: none;
}

a.links:hover {
	color: #efefef;
}

