* {
	padding: 0px;
	margin: 0px;
}
body {
	font: Georgia, Times, "Times New Roman", Serif;
	background-color: #708090;
	color:#000;
	font-size: 2.5em;
}

#frame {
	float:left;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #778899;
	margin-bottom: 2px;
	font-size: 4em;
}
#menu {
	width: 100%;
	position: relative;
	float:left;
	clear: both;
	color: #2F4F4F;
	text-align: center;
}
#menu a {
	color: #2F4F4F;
}
#menu a:hover {
	color: #696969;
}
