a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: line-through;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#logo {
	width: 130px;
	font-size: 10px;
	padding: 0px;
	margin-top: 20px;
	margin-left: 10px;
	height: 130px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	float: none;
	left: 0px;
	top: 0px;
}
#menu {
	width: 126px;
	font-size: 12px;
	padding: 2px;
	margin-top: 190px;
	margin-left: 10px;
	height: 130px;
	position: absolute;
	z-index: 10;
	float: none;
	background-color: #FFFFFF;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	left: 0px;
	top: 0px;
}

#bottom {
	text-align: center;
	height: 70px;
	bottom: 0px;
	width: 300px;
	left: 50%;
	right: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 200px;
}
#top {
	text-align: center;
	height: 200px;
	width: 300px;
	left: 50%;
	right: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 30px;
}

