.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 24px;
	position: absolute;
	text-align: left;
	left: 14px;
	height: 0;
	top: 9px;
	width: 800px;
}
a[ href]:hover {
	text-decoration: underline;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.center {
	position: relative;
	height: 50%;
	width: 50%;
}

