html {
	background-color: #fff;
	text-align: center;
}
body {
	width: 680px;
	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;
  color: #999999;
}
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;
}

#head {
	display: block;
	width: 100%;
	height: 50px;
	background-color: #fff;
	margin-bottom: 1.1em;
}
h1 {
  font-weight: normal;
}

#main div {
  border: 0px;
}

#main td.picture {
  width: 170px;
  height: 170px;
  text-align: center;
  vertical-align: middle;
}

#box {
  padding: 10px 5px;
	background-color: #fff;
  min-width: 520px;
  height: 470px;
}
div.innerbox {
  margin: 0 10px;
  min-width: 450px;
  height: 450px;
  text-align: center;
  float: left;
}
div#prev-pic {
  width: 15px;
  margin-top: 212px;
  padding: 0 5px;
  font-weight: bold;
  font-size: 1.4em;
  float: left;
}
div#next-pic {
  width: 15px;
  margin-top: 212px;
  padding: 0 5px;
  font-weight: bold;
  font-size: 1.4em;
  float: right;
}

#footer {
}

#overlay {
  background: url('/images/overlay.png');
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 90;
  width: 100%;
  height: 100%;
}
* html #overlay {
  background-color: #333;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}
