 body {
  background-color: black;
  font-family: Tahoma;
  font-size: 80%;
  text-align: center;
  margin:0;padding:0;
  color: white;
  height: 100%;
 }
 a {text-decoration: underline; color: yellow;}
 a:hover {text-decoration: underline; color: yellow;}
 table {
  font-size: 100%;
 }
 h1 {
  font-size: 160%;
  font-weight: normal;
 }
 h2 {
  font-size: 140%;
 }
 h3 {
  font-size: 120%;
 }
 .inputs {
  background-color: #555555;
  color: white;
 }
 #submenu {
  color: yellow;
  text-decoration: none;
 }
 #submenu a {
  color: white;
  text-decoration: none;
 }
 #holder {
  width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: left;
 }
 #top1 {
  position: relative;
  height: 74px;
 }
 #flags {
  position: absolute;
  bottom: 1px;
 }
 #top2 {
  height: 42px;
  background: url(1.jpg) no-repeat left top;
 }
 #bottom {
  height: 45px;
  background: url(4.jpg) no-repeat left top;
 }
 #main {
  background: url(3.jpg) repeat-y left;
 }
 #main_in {
  background: url(2.jpg) no-repeat left top;
  min-height: 425px;
  height: auto;
  _height: 425px;
 }
 #page {
  width: 570px;
  margin: 0px 0 0 20px;
  padding: 10px 0 0 0;
 }
 #flash {
  position: absolute;
  top: 0px;
  left: 649px;
 }
 #menu {
  position: absolute;
  top: 370px;
  left: 647px;
 }
 #menu a {
  display: block;
  background: url(menubg.jpg) no-repeat 0 0;
  height: 22px;
  _height: 24px;
  font-size: 14px;
  color: white;
  padding: 2px 0 0 10px;
  text-decoration: none;
 }
 #menu a:hover {
  background: url(menubg.jpg) no-repeat -313px 0;
  color: black;
  text-decoration: none;
 }
 #copyright {
  text-align: right;
  font-size: 10px;
  padding: 0 3px 0 0;
 }