body{
  margin: 0;
  padding: 0;
  background: black;
  color: white;
}

div#top_bar{
  background-image: url(images/top_bar.png);
  background-repeat: no-repeat;
  height: 80px;
  background-color: black;
  color: white;
  font-size: 10px;
  font-family: Arial, sans-serif;
}

div#top_bar_content{
  padding-left: 155px;
  padding-top: 7px;
}

div#main{
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

div#bottom_bar{
  height: 30px;
  background-color: gray;
  color: white;
}

img{
  margin: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: white;
}

img.button{
  margin: 15px;
  border-style: none;
}

a{
  color: white;
  text-decoration: none;
}

a#selected{
  color: white;
  text-decoration: underline;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: white;}