body {
  background-color: #000;
  text-align: center;
}
#container {
  width: 700px;
  text-align: left;
  margin-left:auto;
  margin-right:auto;
  background-color: #000;
}
#logo {
  width: 299px;
  height: 146px;
}
#dash{
  width: 657px;
  height: 2px;
  margin-top:15px;
  margin-left:30px;
  background-image: url(dashes.png);
  background-repeat: no-repeat;
}
#dash{
  width: 657px;
  height: 2px;
  margin-top:15px;
  background-image: url(dashes.png);
  background-repeat: no-repeat;
}
#dash2{
  width: 657px;
  height: 2px;
  margin-top:15px;
  margin-left:5px;
  background-image: url(dashes.png);
  background-repeat: no-repeat;
}
#tiles {
  width: 600px;
  height: 400px;
  margin-top:15px;
  padding-left:25px;
}
.bx {
  border: none;
  text-align: center;
  }
.tile {
  text-align: left;
  margin: 12px 7px 12px 7px;
  padding: 0;
  width: 208px;
  height: auto;
  border: solid;
  border-width: 1px;
  border-color: #fff;
  text-align: left;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 100;
  color: #FFF;
}
.blurb {
  text-align: left;
  margin: 2px 7px 2px 7px;
  padding: 0;
  text-align: left;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 100;
  height:170px;
  color: #FFF;
}
.tile img
{
  border: none;
  margin: 0;
  padding: 0;
}
img.band_pic {
  border-color: #999;
  border: solid;
  border-width: 1px;
  margin: 8px;
}
.band_logo_div {
  height: 100px;
}
img.band_logo {
  margin: -4px 8px 0px 8px;
}
a { cursor: pointer; text-decoration: none;}
a img {border: none;}
a:link { color: #FFF; }
a:visited { color: #FFF; }
a:hover { color: #FFF; }

#footer
{
  width: 660px;
  min-width: 660px;
  text-align: left;
}

#copyright2 {
  width: 220px;
  height: 8px;
  text-align: left;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #FFF;
  text-align:center;
  padding-top:10px;
  padding-bottom:55px;
  padding-top:15px;
}
