/* == COMMON CLASSES (override) == */

#header {
	background-image: url(../images/bg-main-game.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #ffffff;
	background-color: #222222;
}

#page-title {
	margin: 0;
	padding: 0;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 28px;
	text-indent: -9999px;
}

div.note-content {
	margin-bottom: 15px;
	padding-left: 1.1em;
	font-size: 90%;
	line-height: 125%;
	color: #888888;
	position: relative;
}
div.note-content p {
}
div.note-content p.note-head {
	text-indent: -1.1em;
	position: relative;
}
div.note-content dl {
	margin: 0 0 5px;
	padding: 0;
}
div.note-content dl dt {
}
div.note-content dl dd {
	margin: 0 0 5px;
}
div.note-content ul,
div.note-content ol {
	margin: 0 0 5px;
	padding: 0 0 0 2.5em;
}
div.note-content ul li,
div.note-content ol li {
}

/* == content-area == */

.under_construction {
	margin: 0 auto 0 auto;
	text-align: center;
}

/* == right-area == */







