body {
  background-color: #D5D4DA;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-x;
  padding: 0px;
  margin: 0px;
}

#wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#imageBox{
  position:absolute; 
  top:150px;
  bottom:210px;
  left:230px; 
  right:350px; 
  padding:0; 
  margin:0;
  background-color: #888;
}

#zoomLoadIndicator {
  position:absolute; 
  bottom:50%;
  right:50%; 
  padding:0; 
  margin:0;
  background-color: #555555;
  padding: 5px;
  -moz-border-radius:4px; 
  -khtml-border-radius:4px; 
  -webkit-border-radius:4px; 
  border-radius:4px;  
  -moz-box-shadow: 0 0 5px #444;
  -webkit-box-shadow: 0 0 5px #444;
  box-shadow: 0 0 5px #444;
}

#previewContainer {
  position:absolute; 
  top:150px;
  bottom:210px;
  left:230px; 
  right:350px; 
  padding:0; 
  margin:0;
}

#previewContainerInside {
	margin:0px auto;
	text-align:left;
  height:100%;
  overflow: hidden;
}

#imagePreview {
  height:100%;
  -max-width: 100%;
  left:0;
  margin:auto;
  display:block;
}

#outer_container{
  position:absolute; 
  top:150px;
  bottom:210px;
  left:230px; 
  right:350px; 
  padding:0; 
  margin:0;
}

#imagePan{position:relative; display:block; overflow:hidden; cursor:crosshair; height:100%; width:100%;
  -moz-box-shadow: 0 0 15px #444;
  -webkit-box-shadow: 0 0 15px #444;
  box-shadow: 0 0 15px #444;

}
#imagePan .container{position:relative; display:block; left:0;}

#bottomContainer img{
  cursor: pointer;
}

#logo{
  position:absolute; 
  top:30px;
  left:40px;
  height:101px; 
  width:250px; 
  background-image: url(../images/logo.png);
}

#descContainer {
  position:absolute; 
  top:150px;
  right: 60px;
  width:270px;
  bottom: 210px; 

  color: #444;
  font-family: dejavu serif;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
}

#descContainer h1 {
  padding: 0px;
  margin: 0px;
  padding-bottom:8px;
  color: #444;
  font-size: 28px;
  font-weight: normal;
}

.button {
  color: white;
  background-color: #555555;
  padding:5px;
  margin-right: 5px;
  text-decoration: none;
  -moz-border-radius:4px; 
  -khtml-border-radius:4px; 
  -webkit-border-radius:4px; 
  border-radius:4px;  
}

.button:hover {
  color: #555555;
  background-color: white;
  -moz-box-shadow: 0 0 5px #444;
  -webkit-box-shadow: 0 0 5px #444;
  box-shadow: 0 0 5px #444;
}

#menu{
  position:absolute; 
  top:50px;
  right:40px;
  left:300px; 
  height:30px; 
  text-align: right;
}

#menu a {
  margin-right: 15px;
  text-decoration: none;
  color: black;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;


}
