
BODY {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

A {
	color: #FFFFFF;
}

P {
	margin-bottom: 40px;
}

#container {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	width: 640px;
	border-left: 1px solid #D14B25;
	border-right: 1px solid #D14B25;
}

#content {
	font-size: 10pt;
	text-align: left;
	padding: 10px;
	padding-top: 130px;
	margin-bottom: 40px;
}

.section-title {
	font-size: 12pt;
	font-weight: bold;
}

.copyright {
  font-size: 8pt;
}
