div#navigation
  {
  overflow: auto;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  background: url("http://www.montysmithbbq.com/images/woodgrain-header-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  }
#foottabs {
	overflow: auto;
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent;
	z-index: 2;
}
.foottab {
	color: #A4480D;
	font-weight: bold;
	background: #000;
	margin-right: 2px;
	padding: 0 5px 0 5px;
	border: 0px solid #000;
	border-bottom: 0;
	float: right;
}
.footopen
  {
  overflow: auto;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
	color: #A4480D;
border-top: 1px solid #954C11;
border-bottom: 1px solid #954C11;
background:url(http://www.montysmithbbq.com/images/transparent-footer-bg.jpg) #4D210D;
width: 100%;
left: 0px;
bottom: 0px;
text-align:middle;

font-size: 10px;
z-index:8000;
opacity:0.7;
filter:alpha(opacity:70);
  }
.footclose
  {
	z-index: 1;
  overflow: auto;
  width: 100%;
  height: 0em;
  position: absolute;
  bottom: 0;
  left: 0;
	color: #A4480D;
  background: #ddd;
  }

div#content
  {
  padding: 1em;
  text-align:center;
  	background-image: url("http://www.montysmithbbq.com/images/content-utensils-bg.gif");
	background-repeat: no-repeat;
	background-position: center;
	min-height: 700px;
	padding-bottom: 50px;
  
  }

@media screen
  {
  body>div#navigation
    {
    position: fixed;
    }
  body>div#footer
    {
    position: fixed;
    }
  body>div#foottabs
    {
    position: fixed;
    }
  /* Very ugly fix for page anchors */
  ol>li#dog3
    {
    margin-top: -6em;
    padding-top: 6em;
    }
  }
