body {
	margin: 0px;
	background-color: #000000;
	color: #ffffff;
}
.picelf {
	position: fixed;
	width: 740px;
	height: 1280px;
	background-image: url("gfx/darkelf.jpg");
}
.picchaos {
	position: fixed;
	left: 100%;
	margin-left: -569px;
	width: 569px;
	height: 1280px;
	background-image: url("gfx/chaoswarrior.jpg");
}
.column {
	position: absolute;
	left: 50%;
	margin-left: -310px;
	width: 620px;
	background-image: url("gfx/border.gif");
}
.columninner {
	margin: 0px 10px 0px 10px;
	width: 600px;
	background-image: url("gfx/bgtile.png");
}
.header {
	width: 600px;
	height: 241px;
	background-image: url("gfx/header.png");
	background-position: center;
	background-repeat: no-repeat;
}
.menu {
	text-align:center;
	color:#ffffff;
}
.split {
	margin: 10px 0px 10px 0px;
	width: 600px;
	height: 1px;
	background-image: url("gfx/split.png");
	background-position: center;
	background-repeat: no-repeat;
}

h1 {
	margin: 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
p {
	margin: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}
p.justify {
	margin: 5px;
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}
p.centre {
	margin: 0px 10px 0px 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}
.centre {
	text-align: center;
}

a:link {
	font-family: Verdana;
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	font-family: Verdana;
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	font-family: Verdana;
	text-decoration: underline;
	background-color: #000000;
	color: #FF0000;
}

a:active {
	font-family: Verdana;
	text-decoration: none;
	color: #ffffff;
}