html {
	background-color: #fff;
	text-align: center;
}
body {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	background-color: #fff;
}
a {
	color: #999;
	text-decoration: none;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}

#top {
	display: block;
	padding: 0;
	width: 600px;
	height: 40px;
	background-color: #fff;
	line-height: 0.8em;
	clear: both;
}

#top a {
	color: #666;
	text-decoration: none;
}

#top a:hover {
	color: #CC0000;
	text-decoration: none;
}

#main {
	padding: 0;
	position: relative;
	clear: none;
	margin: 0;
	color:#333;
	text-align: center;
	width: 600px;
	valign: top;
	font-size: 0.8em;
	line-height: 1.4em;
}

#main p {
  margin: 0;
  color: #dddddd;
}

#main img {
	padding: 5px;
	border: 1px solid #ddd;
	margin: 10px 0;
}

#main div {
  height: 570px;
  width: 100%;
	clear: both;
	float: none;
}

#footer p {
	color: #666;
  font-size: 0.7em;
}

