html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #cccccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	height: 100%;
	width: 100%;
}

strong {
	color: #ffffff;
}

a:active, a:link, a:visited, a:hover {
	color: #ffcc00;
	text-decoration: none;
}

.content {
	width: 798px;
	color: inherit;
	background-color: #660000;
	text-align: left;
	border: 1px solid #990000;
}

.contentmenu {
	width: 798px;
	height: 23px;
	color: inherit;
	background-color: #660000;
	text-align: left;
	border: 1px solid #990000;
	vertical-align: middle;
}

.spacer {
	width: 800px;
	height: 15px;
}

.table {
	color: inherit;
	background-color: #660000;
	text-align: left;
	border: 1px solid #990000;
}

.image {
	padding: 2px;
	color: inherit;
	background-color: #660000;
	text-align: left;
	border: 1px solid #990000;
}

.menu {
	text-align: center;
	text-decoration: none;
	border: 1px solid #990000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	/*width: 80px;*/
	height: 15px;
	float: left;
	vertical-align: middle;
}

.bar {
	width: 100%;
	height: 10px;
	border-top: 1px solid #990000;
}

li {
	margin: 2px;
}

#index {	
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 600px;
	margin-left: -300px; /* half of width */
	margin-top: -300px;  /* half of height */
	color: inherit;
	background-color: #660000;
	text-align: left;
	border: 1px solid #990000;
}


