 
body {
  background-color: #292929;
  color: white;
  background-image: url(../img/background.png);
} 

div.mainContainer {
  width:1100px;
  /*height:1100px;*/
  margin-left:auto;
  margin-right:auto;
  margin-top: 40px;
  margin-bottom: 100px;

  text-align:center;
}  

img.bandNameHeader {
}

iframe.mainContentFrame {
 
  width:730px;
  margin:0px;
  padding:0px;
  height:550px;
  border: 0px;
  display:inline;
 border:4px solid white;
  
}

div.mainContentContainer {
 /*border:4px solid white;*/
  margin-top:50px;
  width:730px;
  height:550px;
  text-align:center;
  margin-left:190px;
  background-color: black;
}

div.leftNav {
    float:left;
    width:180px;
    text-align:center;
} 


div.rightNav {
    float:right;
    width:180px;
    text-align:center;
}
