body {
  margin: 0;
  padding: 0;
  background: #e0e0e0;
  color: #000;
  font-family: Verdana, "MS PGothic";
  font-size: 88%;
}

a {
	color: #00f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#frame {
	width:600px;
	height:400px;
	background: #fff;
	border: solid 1px #888;
	margin: 80px auto 10px auto;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-opera-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#content {
	padding: 10px 20px;
}

h1 {
	font-family: Verdana;
	font-size: 1.8em;
	font-style: italic;
	color: #444;
	text-align: center;
	text-shadow: 2px 2px 4px #888;
}

#body {
	font-size: 0.85em;
}

#body a {
	font-weight: bold;
}

#footer {
	width:600px;
	height:50px;
	margin: 10px auto;
	text-align: center;
	vertical-align: top;
	font-size: 0.85em;
}
