html, body {
	margin          : 0px;
	padding         : 0px;
	width           : 100%;
	height          : 100%;
	overflow        : hidden;
}
body {
	color           : #000000;
	background      : #ffffff url( ../../img/bg_eye.jpg ) no-repeat fixed right top;
	font            : 12pt sans-serif;
}
div {
	margin          : 0px;
	padding         : 0px;
}
a {
	text-decoration : none;
	color           : #000000;
}
a:hover {
	color           : red;
}

div#head {
	position        : relative;
	left            : 0px;
	top             : 0px;
	width           : 100%;
	height          : 40%;
	border-bottom   : 1px solid #000000;
}
div#head h1 {
	position        : absolute;
	right           : 0px;
	bottom          : 0px;
	margin          : 0pt 10pt 2pt 10pt;
	padding         : 0px;
	text-align      : right;
	font            : normal normal 11pt sans-serif;
	letter-spacing  : 2pt;
}

div#menu {
	position        : relative;
	left            : 0px;
	top             : 0px;
	width           : 100%;
	height          : 60%;
	overflow        : auto;
	text-align      : right;
}
table#index {
	margin          : 8pt 12pt 10pt auto;
	font            : normal normal 10pt monospace;
}
table#index th {
	margin          : 0pt;
	padding         : 2pt;
	font-weight     : normal;
}
table#index tr:hover th {
	color           : #ffffff;
	background      : #000000;
}
table#index td {
	margin          : 0pt;
	padding         : 0pt;
	color           : #a0a0a0;
}
table#index a {
	padding         : 2pt;
	color           : #a0a0a0;
}
table#index tr:hover a {
	color           : #000000;
}
table#index tr:hover a:hover {
	color           : red;
	background      : #000000;
}
