
body {
	background:url(/images/background.jpg) no-repeat top center;
	background-color:#a3b900;
	margin:0px;
}

#container  {
    width:100%;
    position:absolute;
}

#menu   {
    background:url(/images/menubg.jpg) no-repeat top center;
    position:relative;
    top:180px;
    left:50px;
    width:500px;
    height:120px;
    margin:auto;
    list-style:none;
}
    
#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}

#menu .home {
  width: 160px;
  height: 64px;
  background: url(images/home.gif) no-repeat;
  left: 30px;
  top: 20px;
}

#menu .about {
  width: 119px;
  height: 64px;
  background: url(images/store.gif) no-repeat;
  left: 200px;
  top: 20px;
}

#menu .contact {
  width: 170px;
  height: 64px;
  background: url(images/contact.gif) no-repeat;
  left: 350px;
  top: 20px;
}

#navig  {
    position:relative;
    top:100px;
    right:400px;
    width:200px;
    height:200px;
    z-index:2;
    margin:auto;
}

#navig ul   {
    background:white  url(/images/links-top.gif) no-repeat top left;
    padding:10px 10px 10px 10px;
    list-style:none;
    position:absolute;
    right:10px;
}   
    
#main   {
    background:white url(/images/bodyrep.jpg) repeat-y top center;
    position:relative;
    top:55px;
    width:811px;
    height:100%;
    margin:0px auto;
    z-index:0;
}

#main1 {
    width:600px;
    margin:auto;
    position:relative;
    top:-90px;
    left:50px;
}

#footer {
    background:url(/images/footer.jpg) no-repeat top center;
    position:relative;
    top:0px;
    width:861px;
    height:225px;
    margin:auto;
    z-index:0;
}