/* main styles */

html, body {
  margin: 0;
  padding: 0;
}
body {
  color: #fff;
  background: #000 url(../images/notes.gif);
  min-width: 800px;
  text-decoration: none;
  font: 12pt arial, helvetica, sans-serif;
}
#container {
  background: #000 url(../images/ampbody.jpg) repeat-y;
  margin: 0 auto;
  width: 800px;
}
div#amptop {
  color: #000;
  background: #000 url(../images/amptopon.jpg) no-repeat;
  height: 168px;
}
div#ampmain {
  color: #fff;
  background: #000 url(../images/ampbody.jpg) repeat-y;
}
div#ampbottom {
  color: #000;
  background: #000 url(../images/ampbottom.jpg) no-repeat;
  height: 56px;
  clear: both;
}
div#headimg {
  text-align: center;
}
div#headimg img {
  margin-top: 10px;
}
#navbuts ul {
  margin: 0;
  padding: 7px 100px 0;
  list-style: none;
}
#navbuts ul li {
  display: inline;
}

#navbuts ul li a:link, #navbuts ul li a:visited, #navbuts ul li a:active, #navbuts span {
  display: block;
  float: left;
  min-width: 80px;
  margin-right: 2px;
  padding-top: 85px;
}
#navbuts ul li a:link, #navbuts ul li a:visited, #navbuts ul li a:active, #navbuts li span {
  color: #000;
  background: transparent url(../images/0pos.gif) no-repeat;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  font: bold 0.75em Arial, Helvetica, sans-serif;
}
#navbuts ul li a:hover {
  color: #000;
  background: url(../images/dialanim.gif) no-repeat;
}
#navbuts li span#stat {
  color: #000;
  background: url(../images/10pos.gif) no-repeat;
  margin-right: 5px;
}
#navbuts li span.dlbg {
  background: url(../images/0pos.gif) no-repeat;
  padding: 0;
  font-size: 1em;
}