@charset "UTF-8";
/* CSS Document */

* { margin: 0;
	padding: 0;
}
#content #disclaimer {
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	margin-top: 5px;
	color: #666666;
}

#content {
	width: 840px;
	height: 640px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
body {
	background-color: #000000;
}

