
/* Layout Stylesheet */ 


/* Left & Right Columns */
body 
 {
 margin: 0; 
 padding:0;
 background: black;
 color: white;
 text-align: center;
 }

#bar-top 
 {
 width: 100%; 
 height: 30px; 
 background: black;
 text-align: center;
 color: black;
 border: solid #000000;
 border-width: 2px 0; 
 margin: 0;
 }

#bar-bottom 
 {
 width: 100%; 
 height: 30px;
 position:relative; 
 background: black; 
 color: blue;
 border: solid #000000; 
 border-width: 2px 0;
 }

/* Center Body-index */
#content 
 { 
 height: 450px; 
 position:relative;
 border: solid #000000; 
 border-width: 0px 2px; 
 background: #ffffff; 
 background-image: url(images/back.jpg);
 color: white;
 overflow: auto;
 margin:0 15% 0 15%;
 }
 
 /* Center Body-music */
 #content1 
  { 
  height: 450px; 
  position:relative;
  border: solid #000000; 
  border-width: 0px 2px; 
  background: #ffffff; 
  background-image: url(images/back2.jpg);
  color: white;
  overflow: auto;
  margin:0 15% 0 15%;
  }
 
 /* Center Body-lyrics */
#content2 
 { 
 height: 450px; 
 position:relative;
 border: solid #000000; 
 border-width: 0px 2px; 
 background: #ffffff; 
 background-image: url(images/back3.jpg);
 color: white;
 overflow: auto;
 margin:0 15% 0 15%;
 }
 
/* Center Body-live */
#content3 
 { 
 height: 450px; 
 position:relative;
 border: solid #000000; 
 border-width: 0px 2px; 
 background: #ffffff; 
 background-image: url(images/back4.jpg);
 color: white;
 overflow: auto;
 margin:0 15% 0 15%;
 }
 
/* Center Body-merchandise */
#content4 
 {   
 height: 450px; 
 position:relative;
 border: solid #000000; 
 border-width: 0px 2px; 
 background: #ffffff; 
 background-image: url(images/back1.jpg);
 color: green;
 overflow: auto;
 margin:0 15% 0 15%;
 } 
 
 #bar-top a 
 {
 color: blue;
 background-color : inherit; 
 }
 
 #bar-top a:hover 
 {	
 color: aqua;
 background-color: gray; 
 }
 
 #content1 a 
 {
 color: white;
 background-color : inherit; 
 }
  
 #content1 a:hover 
 {	
 color: aqua;
 background-color: gray; 
 }
 
 #content2 a 
 {
 color: white;
 background-color : inherit; 
 }
   
 #content2 a:hover 
 {	
 color: aqua;
 background-color: gray; 
 }
