@charset "utf-8";
#menudiv 
{
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	float:left;
}
