/* {
   border: 1px solid #000000;
} /* design purposes only */

html, body  {
   padding: 0px;
   margin: 0px;
   height: 100%;
   background: #bfbfbf; /*bfbfbf*/
   font: 11px/16px Tahoma;
}

a {
   outline: none;
   text-decoration: underline;
   color: #000000;
}

a:hover {
   text-decoration: none;
}

img {
   border: none;
}

#buffer {
   width: 1px;
   height: 50%;
   float: left;
}

#main  {
   margin: 0px auto;
   width: 960px;
   position: relative;
   clear: left;
   background: #ffffff;
   /*border: 2px solid #ffb400;*/
}

#left-links {
   position: absolute;
   left: 0px;
   width: 341px;
   height: 79px;
   background-image: url("images/left-links.png");
   background-repeat: no-repeat;
}

#logo {
   position: absolute;
   left: 341px;
   width: 276px;
   height: 118px;
   z-index: 2;
   background-image: url("images/logo-bg.png");
   background-repeat: no-repeat;
}

#right-links {
   position: absolute;
   left: 617px;
   width: 343px;
   height: 79px;
   background-image: url("images/right-links.png");
   background-repeat: no-repeat;
}

#logo-picture {
   position: absolute;
   left: 1px;
   width: 274px;
   height: 117px;
   background-image: url("images/logo-picture.jpg");
   background-repeat: no-repeat;
}

a.home,
a.about,
a.chicken,
a.turkey,
a.order,
a.contact {
   display: block;
   height: 12px;
   position: absolute;
   top: 40px;
}

a.home {
   left: 55px;
   width: 43px;
   background-image: url("images/link-home.gif");
   background-repeat: no-repeat;
}

a.home:hover {
   background-position: -43px 0%;
}

a.about {
   left: 135px;
   width: 50px;
   background-image: url("images/link-about.gif");
   background-repeat: no-repeat;
}

a.about:hover {
   background-position: -50px 0%;
}

a.chicken {
   left: 222px;
   width: 65px;
   background-image: url("images/link-chicken.gif");
   background-repeat: no-repeat;
}

a.chicken:hover {
   background-position: -65px 0%;
}

a.turkey {
   left: 49px;
   width: 58px;
   background-image: url("images/link-turkey.gif");
   background-repeat: no-repeat;
}

a.turkey:hover {
   background-position: -58px 0%;
}

a.order {
   left: 144px;
   width: 51px;
   background-image: url("images/link-order.gif");
   background-repeat: no-repeat;
}

a.order:hover {
   background-position: -51px 0%;
}

a.contact {
   left: 220px;
   width: 70px;
   background-image: url("images/link-contact.gif");
   background-repeat: no-repeat;
}

a.contact:hover {
   background-position: -70px 0%;
}

#straw {
   position: absolute;
   left: 0px;
   width: 960px;
   z-index: 1;
   background-repeat: no-repeat;
}

#webvortex {
   position: absolute;
   right: 2px;
   bottom: 2px;
   color: #ffffff;
}

#webvortex a {
   color: #ffffff;
}