@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
	height: 100%;
}
#container {
	background-color: #000000;
	background-image: url(../images/bodybg2.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	height: 768px;
	width: 1024px;
	text-align: left;
}
#header {
	height: 275px;
	width: 1024px;
}
#header h1 {
	text-indent: -9999px;
	font-size: 10px;
}
#header h2 {
	text-indent: -9999px;
	font-size: 10px;
}#content-container {
	width: 825px;
	margin: 0px auto;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
}
