
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:black; /*change the black to any color  */
	background-image: url(http://blisteringbass.com/bg.jpg);
 backround-repeat:repeat; /*set it to no-repeat if you don't want the BG to repeat*/
 font-family:Arial, Helvetica, sans-serif; 
 font-size:14px; /*This controls font size, obviously */
 color:Black; /* lol, change Salmon to a color you like */
} 
 
 /* The main layout properties */
#container{ 
 width:1000px !important;  
 text-align:left; 
margin-left:auto;  /*Setting the left and right margin to auto is what centers the layout*/
 margin-right:auto;
 background-color:#FFFFFF;
  border:DarkViolet 0px solid; 
  background-image:url(http://blisteringbass.com/pagewidth.jpg);
} 
 
#header{
 position:relative; 
 width:100%;
} 
 
#leftmenu{
 width:206px !important; 
 float:left; 
 position:relative;
 padding-left:7px; 
 }
 
a.nav:link, a.nav:visited, a.nav:active

{text-decoration:none; border-left:6px solid #BABABA;  color:#FFFFCC ; display:block ; font-size:11px ; font-family: Arial; background-color:#2c3228; border-bottom:1px solid #7a7a7a;}
a.nav:hover

{ border-left:6px solid #ADADAD;  color:#FFFFFF; display:block ; font-size:13px ; font-family: Arial; background-color:#353e2d; text-decoration:none;}


#both{
width:787px !important;
 float:right; 
 position:relative; 
  }
 
#rightmenu{
 width:205px !important;
 float:right; 
 position:relative;
padding-right:5px;
 }
 
#content{
 float: left; 
 display:inline; 
 position: relative; 
 width:570px !important;
 text-align:center;
 padding-left:6px;
 }
 
#footer{
 height:49px; 
 clear:both;
 }  
 
 /* link colors and stuff */
 
a
{
   color: #FFFFCC;
}
a:visited
{
   color: #D0D0D0;
}
a:active
{
   color: #EF327D;
}
a.bluelink:link
{
   color: #FFFFCC;
}
a.bluelink:visited
{
   color: #F9FAB4;
   text-decoration: underline;
}
a.bluelink:active
{
   color: #F9FAB4;
   text-decoration: underline;
}
a.bluelink:hover
{
   color: #9ba319;
   text-decoration: underline;
}
a.blacklink:link
{
   color: #000000;
}
a.blacklink:visited
{
   color: #F9FAB4;
   text-decoration: underline;
}
a.blacklink:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.blacklink:hover
{
   color: #0000FF;
   text-decoration: underline;
}
 
 /* IGNORE THIS! LEAVE IT ALONE!!! */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}
 @media print{ 
#leftmenu{display:none;} 
#rightmenu{display:none;} 
#both, #content{width:100%; float:none;}
}

h1{ font-size:12px ; color:#000000 ; font-face:Arial; padding:0; margin:0; border-bottom:2px gray;}
h5{ letter-spacing:-1px; font-size:18px; color:#000000 ; font-family:Arial; padding:0; margin:0; border-bottom:2px gray; background-color:#292f25; border-top:2px dotted #000000;}