/* CSS Document */

body {
background-color: #000000;
}
#container {
	display: inline;
	margin-top: 20px;
	position:absolute;
	left: 50%;
	margin-left: -370px;
	width: 740px;
	height: 490px;
	border: 0;
	background-image:url(../images/menu_index.jpg);
	background-repeat: no-repeat;
	     }
#menu {
	display:inline;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	position:absolute;
	width:271px;
	height:279px;
	z-index:1;
	left: 21px;
	top: 136px;
}
#menu a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16pt;
	font-family:"Times New Roman", Times, serif;
	}
#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16pt;
	font-family:"Times New Roman", Times, serif;
	}
#menu a:hover {
	text-decoration: none;
	color: #BB0000;
	font-size: 16pt;
	font-family:"Times New Roman", Times, serif;
	}
#menu a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16pt;
	font-family:"Times New Roman", Times, serif;
	}
