body {
	background: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #fff;
}
#menu {
	position: absolute;
	left: 50px;
	top: 50px;
	height: 20px;
	z-index: 10000;
}
a {
	color: #fff;
	font-weight: bold;
}
a:hover {
	color: #000;
	font-weight: bold;
}
#content {
	background: url(../img/logo.gif) no-repeat bottom right;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -300px;
	height: 400px;
	width: 800px;
}
