@charset "utf-8";
/* CSS Document */

<!--
body {
	background-color: #111;
}
#page {
	background-color: #000000;
	text-align: center;
	top: 50%;
	left: 50%;
	position: absolute;
	margin: -200px auto 0px -350px;
	width: 700px;
	height: 400px;
	color: #FFF;
}
#content {
	height: 380px;
	margin: 10px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 5px;
}
h3 {
	font-family: "Courier New", Courier, mono;
	color: #111;
	text-align: right;
	margin: 2px;
}
img {
	border: none;
}
#left {
	float: left;
	width: 75%;
}
#right {
	float: right;
	height: 100%;
	background-color: #444;
	width: 25%;
	text-align: center;
}
#right a {
	margin: 5px 0px;
	color: #111;
}
