html { overflow-x: hidden; }

body {
  background: #000 url('music.jpg') repeat-x;
  text-align: center;
  font-family: arial;
  font-size: 12px;
  color: #330000;
  margin: 0px;
  padding: 0px;
}

table { margin-top: 5px; }
table td{ font-family: arial; color: #330000; font-size: 12px; }
div{ font-family: arial; color: #330000; font-size: 12px; }

a         { color:#fff; text-decoration: none; }
a:visited { color:#fff; text-decoration: none; }
a:hover   { color:#fff; text-decoration: underline; }

.page_container { width: 900px; margin: auto; text-align: left; }
