#buffer {
   margin-bottom: -400px;
}

#main  {
   height: 800px;
}

#header {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 960px;
   height: 340px;
   background-image: url("images/header.jpg");
   background-repeat: no-repeat;
}

#left-links {
   top: 340px;
}

#logo {
   top: 340px;
}

#right-links {
   top: 340px;
}

#straw {
   top: 419px;
   height: 381px;
   background-image: url("images/straw.jpg");
}

#at-a-glance {
   position: absolute;
   left: 45px;
   top: 50px;
   width: 869px;
   height: 310px;
   background-image: url("images/at-a-glance-box.png");
   background-repeat: no-repeat;
}

#main-picture {
   position: absolute;
   left: 21px;
   top: 16px;
   width: 535px;
   height: 278px;
   background-repeat: no-repeat;
}

#caption-box {
   position: absolute;
   left: 2px;
   bottom: 2px;
   width: 501px;
   height: 33px;
   background-image: url("images/picture-caption-box.png");
   background-repeat: repeat;
   
   color: #ffffff;
   padding: 2px 15px;
}

#chicken-box,
#turkey-box,
#eggs-box {
   position: absolute;
   left: 569px;
   width: 168px;
   height: 78px;
   background-image: url("images/individual-box.gif");
   background-repeat: no-repeat;
   overflow: auto;
   
   padding-left: 114px;
   padding-top: 10px;
   cursor: pointer;
}

#chicken-box {
   top: 16px;
}

#turkey-box {
   top: 111px;
}

#eggs-box {
   top: 207px;
}

.thumbnail {
   position: absolute;
   left: 8px;
   top: 6px;
   width: 93px;
   height: 77px;
   background-image: url("images/thumbnail-box.gif");
   background-repeat: no-repeat;
}

.thumbnail img {
   position: absolute;
   left: 1px;
   top: 1px;
   width: 91px;
   height: 75px;
}

#webvortex {
   position: absolute;
   right: 2px;
   bottom: 2px;
   color: #ffffff;
}

#webvortex a {
   color: #ffffff;
}