#positioner {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #010102; }

#header {
	width: 500px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header.png); }

#content {
	width: 490px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: justify; }

body {
	background-color: #C7A495;
	background-image: url(images/bg.png); 
	font-family: verdana;
	font-size: 10px;
	color: #A08D9F;
	text-align: center; }

a {
	color: #F19355;
	text-decoration: none;
	cursor: crosshair;
	font-weight: bold; }

a:hover {
	color: #E98238; }

i {
	color: #779EBC; }

b {
	color: #779EBC; }

u {
	color: #779EBC; }