html {
  height: 100%;
  position: relative;
}

body {
  background: #f0ffff;
  text-align: center;
  margin: none;
  padding: none;
}

img#title
{
	margin: 60px auto 100px auto;
	padding-right: 100px;
}

div#thumb {
  width: 100%;
  overflow: hidden;
}

div#inner {
  font-size: 0px;
  text-align: left;
}

img.thumb {
  border: none;
  width: 75px;
}


div#bar {
	width: 403px;
	height: 44px;
	background: url("bar.gif");
	margin: 50px auto 0 auto;
	text-align: left;
}

div#dot {
	width: 19px;
	height: 17px;
	background: url("dot.gif");
	position: relative;
	top: 8px;
	left: 20px;
}


div#overlay {
  position: absolute;
  left: 0px; 
  top: 0px;
  width: 100%;
	height: 100%;
  background: url("overlay.gif");
  -moz-opacity: 0.50;
  -khtml-opacity:0.5; 
  opacity:0.5; 
  filter: alpha(opacity=50); 
  
  display: none;
}
div#divphoto {
  display: none;
}

img#photo {
  position: absolute;
  left: 50%;
  width: 750px;
  top: 40px;
  margin-left: -395px;
  border: 20px solid #fff;
  background: #fff;
}

