body
{
  background: black;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#mainsite_spacer
{
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 740px;
  margin-right/* hide from IE5.0/Win */: 740px;
  bottom: 0;
  left: 0;
}

body>#mainsite_spacer
{
  right: 0;
  margin-right: 740px;
}

#mainsite_menubar
{
  position: absolute;
  margin: 0;
  padding: 0;
  top: 10px;
  left: 50%;
  width: 740px;
  height: 100px;
}

#mainsite_content
{
  overflow: auto;
  position: absolute;
  top: 110px;
  bottom: 100px;
  left: 50%;
  width: 740px;
  border-left: none;
  border-right: none;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  margin: 10px 0;
  padding: 10px 0;
  font-family: sans-serif;
  text-align: center;
  color: white;
}

#mainsite_footer
{
  overflow: auto;
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 50%;
  height: 100px;
  width: 740px;
  text-align: center;
}

.menubar_button
{
  border: none;
  width: 103px;
  height: 100px;
  margin-left: 24px;
  float: left;
}

.menubar_logo
{
  border: none;
  width: 103px;
  height: 100px;
  margin-left: 1px;
  float: left;
}

.footer_main
{
  text-align: center;
}

.burbs_logo
{
  border: none;
  width: 150px;
  height: 50px;
}

.copyright
{
  font-family: sans-serif;
  font-size: small;
  color: red;
}

.gigs
{
  text-align: left;
}

h1
{
  font-size: x-large;
}

h2
{
  font-size: medium;
}

q:lang(en)
{
  quotes: """ """ "'" "'";
}

q:before
{
  content: open-quote;
}

q:after
{
  content: close-quote;
}

A img
{
  border: 1px solid red;
}

A:link{color:red}
A:visited{color:red}

