body {
	margin: 0px;
	padding: 0px;
	background: #000;
}

#flashholder {
	width: 100%;
	height: 520px;
	text-align: center;
}

#menus {
	text-align: center;
}

#menus a {
	font-family: Verdana;
	font-size: 11px;
	color: #636363;
	text-decoration: none;
	line-height: 18px;
	margin: 0px 5px;
}

#menus a:hover {
	color: #CCC;
}

#menus a.big {
	font-size: 14px;
	line-height: 26px;
}