html {
	font-size:100%;
	height:100%;
}

body {
	background-color:#000;
	color:#fff;
	cursor:default;
	font-size:62.5%;
	height:99%;
	margin:0px;
}

div#page {
	background:url(head.jpeg) center 30% repeat-x;
	height:100%;
	position:relative;
}

div#upper {
	font-family:"Courier New", mono-space;
	font-size:3em;
	font-style:normal;
	font-weight:bold;
	height:auto;
	left:0;
	line-height:6em;
	position:absolute;
	right:0;
	text-align:center;
	text-decoration:none;
	top:0;
	white-space:nowrap;
}

div#lower {
	bottom:0;
	font-family:"Courier New", mono-space;
	font-size:1.5em;
	font-style:normal;
	font-weight:normal;
	height:auto;
	left:0;
	line-height:3em;
	padding:15px;
	position:absolute;
	right:0;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
}

a, a:link, a:visited, a:active, a:hover {
	background-color:transparent;
	border-bottom:0;
	border-top:0;
	color:#c0c0c0;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}

a:link, a:visited, a:active {
	border-left:2px solid #808080;
	border-right:2px solid #808080;
}

a:hover {
	border-left:2px solid #e0e0e0;
	border-right:2px solid #e0e0e0;
}

