body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	background: black url(images/bg2b.jpg) no-repeat top center;
}

#menu {
	position: absolute;
	top: 230px;
	right: 50%;
	width: 236px;	
	color: rgb(0,0,0);
	margin: 0;
	text-align: left;
	visibility: visible;
	}
	
	
a:link  { color: black; text-decoration: none }
a:hover {
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}