@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	font-size: 10pt;
}
#wrapper {
	width: 900px;
}
#content {
	width: 450px;
	padding-left: 400px;
}
.blue {
	font-weight: bold;
	color: #00B5DB;
	font-size: 12pt;
}
.small {
	font-style: italic;
	font-size: 10pt;
}
