/*  
*/


#page {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100%;
  text-align: center;
  min-width: 600px; 
}

#outtakes {
  position: relative;
  text-align: center;
  width: 600px;
  height: 600px;
  margin: 0px auto;
  }

#outtakes_img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 600px;
  height: 500px;
  text-align: center;
  }

#navdiv {
  position: relative;
  width: 220px;
  height: 40px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #999999;
}  

img {
  border: none;
  }
  
#navdiv a {
  text-decoration: none;
  color: #000000;
  }
  
#navdiv a:hover {
  text-decoration: none;
  color: #990000;
  }
