body {
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 80%;
    background-color: black;
}

#nav-menu ul {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0;
}

#nav-menu li {
    float: left;
    margin: 0 0.15em;
}

#nav-menu li a {
    background: ffcccc;
    height: 1.2em;
    line-height: 1em;
    float: left;
    width: 5em;
    display: block;
    color: #505050;
    text-decoration: none;
    text-align: center;
}

#nav-menu li a:hover {
background-color: #D5D5D5;
}

/* Hide from IE5-Mac \*/
#nav-menu li a {
    float: none;
}
/* End hide */

#nav-menu {
    position: absolute;
    top: 545px;
    left: 0px;

}

#bac-image { /* background image for the whole site */
  background-image: url(images/images_back.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  width: 100%;
  height: 100%;
  /*padding: 0 800px 600px 0;*/
}

/* getting the image to be visable plagued me a lot in this initially.
Here are the things I adjusted to get this page to work:
• In the content section i set the image to no-repeat and padded the
space to the dimension size of my image. It apears that image will not push
the edges of the container over and down. So, I placed some padding and bingo!
• In the container section I adjusted the width to match my image and
then i set the background to none because otherwise it was obstructing the
image. */

#large-image { /* placement of the BigThumb image */
  position: absolute;
  width: 665px;
  height: 460px;
  background:none;
  background-repeat: no-repeat;
  top: 38px;
  left: 139px;
  z-index: 6;
}

#thumbnails {
  position: absolute;
  width: 367px;
  height: 90px;
  top: 505px;
  left: 408px;
  background: transparent;
  z-index: 7;
  margin: 0 8 0 0px;
  overflow: auto;
  border: 0px;
}

#inner-thumb {
  width: 1796px;
}

#thumbnails img {
  border: 1px #000 solid;
}


#container {
			position: relative;
			width: 800px; /* real width */
            height: 600px;
			border: solid black;
            background: transparent;
			border-width: 0 3px;
            margin: auto;
}

