@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	font-family:Courier New, Courier, monospace;
	font-size:11px;
	color:#999999;
}

a {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000000;
}

#header {
	position:absolute;
	width: 752px;
	height: 220px;
	top:0;
	left: 50%;
	margin-left: -351px;
}

#buttons {
	position:absolute;
	width: 752px;
	height: 244px;
	top:221px;
	left: 50%;
	margin-left: -351px;
}

#content {
	position:absolute;
	width: 752px;
	top:480px;
	left: 50%;
	margin-left: -351px;
}
