body {
	background-color :	#000000;
	font-family :	Verdana, Arial, Helvetica, sans-serif;
	color :	#FFFFFF;
	margin :	0px;
}

.imgBotLeft {
	height :	100%;
	background-attachment :	fixed;
	background-repeat :	no-repeat;
	background-position :	left bottom;
	padding :	0px;
}

.dragonHead {
	z-index :	1;
	height :	230px;
	width :	300px;
	position :	absolute;
	left :	0px;
	top :	0px;
}

.dragonTail {
	z-index :	2;
	height :	230px;
	width :	310px;
	position :	absolute;
	right :	0px;
	top :	0px;
}

.dragonContent {
	z-index :	3;
	width :	100%;
	position :	absolute;
	left :	0px;
	top :	0px;
}

A:link {
	color :	#FFFFFF;
	font-size :	x-small;
	font-family :	Verdana, Helvetica;
	text-decoration :	underline;
}

A:active {
	color :	#990000;
	font-size :	x-small;
	font-family :	Verdana, Helvetica;
	text-decoration :	line-through;
}

A:visited {
	color :	#CCCCCC;
	font-size :	x-small;
	font-family :	Verdana, Helvetica;
	text-decoration :	underline;
}

A:hover {
	color :	#0000FF;
	font-size :	x-small;
	font-family :	Verdana, Helvetica;
	text-decoration :	line-through;
}

.title {
	color :	#CCCCCC;
	font-size :	small;
	font-weight :	bold;
	font-family :	Verdana, Helvetica;
}

.content {
	color :	#CCCCCC;
	font-size :	x-small;
	font-family :	Verdana, Helvetica;
	text-align : center;
}

.errortext {
	color :	#CC0000;
	font-size :	small;
	font-family :	Verdana, Helvetica;
}

.storytitle {
	color :	#CCCCCC;
	font-size :	small;
	font-weight :	bold;
	font-family :	Verdana, Helvetica;
}

.storycat {
	color :	#CCCCCC;
	font-size :	small;
	font-weight :	bold;
	font-family :	Verdana, Helvetica;
}

.option {
	color :	#999999;
	font-size :	small;
	font-weight :	bolder;
	font-family :	Verdana, Helvetica;
}

.tiny {
	color :	#CCCCCC;
	font-size :	xx-small;
	font-weight :	normal;
	font-family :	Verdana, Helvetica;
}

.footmsg {
	color :	#FFFFFF;
	font-size :	xx-small;
	font-weight :	normal;
	font-family :	Verdana, Helvetica;
}

.footmsg_l {
	color :	#FFFFFF;
	font-size :	xx-small;
	font-weight :	normal;
	font-family :	Verdana, Helvetica;
}

.contentcell {
	border-left :	#000000 2px solid;
	border-right :	0px;
	border-top :	#000000 1px solid;
	border-bottom :	0px;
	padding-left :	4px;
	padding-right :	4px;
	padding-top :	4px;
	padding-bottom :	4px;
	background-color :	inherit;
}

.titlecell {
	color :	#FFFFFF;
}

.colorcell1 {
	background-color :	#000066;
}

.colorcell2 {
	background-color :	#990000;
}

.colorcell3 {
	background-color :	#663300;
}

.colorcell4 {
	background-color :	#660066;
}

.bgimage {
	background-position :	center;
	background-repeat :	no-repeat;
}

