html {
  font-family: sans-serif;
  font-size: 16px;
}

body {
  background-color: #2d2c2c;
  margin: 0;
}


#maintable table {
    width: 960; 
    border-spacing:0; 
    border-collapse:collapse;   
}

#maintable td th {
    padding:0;
}

#top1{
    background: url('images/drum-wallet-top_01.gif') no-repeat center center;
    min-height: 50px;
    padding: 0px 0 0px 0;
    position: relative;
}

#top2{
    background: url('images/drum-wallet-top_02.gif') no-repeat center center;
    min-height: 60px;
    padding: 0px 0 0px 0;
    position: relative;
}

#top3{
    background: url('images/drum-wallet-top_03.gif') no-repeat center center;
    min-height: 75px;
    padding: 0px 0 0px 0;
    position: relative;
}

#top4{
    background: url('images/drum-wallet-top_04.gif') no-repeat center center;
    min-height: 180px;
    padding: 0px 0 0px 0;
    position: relative;
}



.about {
    background-image: url(images/drum-wallet-about-back.gif);
  }
  
.buy {
    background-image: url(images/dw-purchase-bg.gif);
  }

.social {
    background-image: url(images/drum-wallet-social-media.gif);
}

.space {
    background-image: url(images/drum-wallet-space.gif);
}

.message {
    background-image: url(images/drum-wallet-snare-dampener.gif);
    }
	
.msg {
    background-image: url(images/d-w-message_cntr.gif);
	text-align: center;
	vertical-align: text-top;
	background-repeat:  no-repeat;
	background-size:  auto;
	border: 0px;
	
    }
	
.msgtop {
    background-image: url(images/d-w-message_top.gif);
	background-size:  960px 40px;
	background-repeat:  no-repeat;
	border: 0px;
    }
	
.msgbtm {
    background-image: url(images/d-w-message_btm.gif);
	background-size:  960px 60px;
	background-repeat:  no-repeat;
	border: 0px;
    }

.purchase {
    background-image: url(images/drum-wallet-purchase-buy.gif);
  }
  
.dwpurchase {
    background-image: url(images/d-w-purchase.gif);
  }
.purchase2 {
    background-image: url(images/drum-wallet_pocket.gif);
  }
.artistback {
    background-image: url(images/dw-artist-back.gif);
  }  
.contactback {
    background-image: url(images/dw-contact-back.gif);
  }  
  
.footer {
    background-image: url(images/drum-wallet-footer.gif);
  }
  
.marque {
    background-image: url(images/drum-wallet-message.gif);
	border: 0px;
  }
  
.marque2 {
    background-image: url(images/drum-wallet-message2.gif);
  }
  
.video1 {
    background-image: url(images/drum-wallet-video-ringo.gif);
  }
  
.video2 {
    background-image: url(images/drum-wallet-omar-hakim.gif);
  }
  
.video3 {
    background-image: url(images/drum-wallet-robinson.gif);
  }

.dampener img {
    background-image:  url('images/drum-wallet-dampener.gif');
	width: 960;
	height:190;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

ul#horizontal-list {
	min-width: 696px;
	list-style: none;
	padding-top: 20px;
}

ul#horizontal-list li {
	display: inline;
	padding-right: 20px;
}

 /* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: yellow;
} 

h1 {font-size: 16px;  padding: 0px 0; color: #000000; font-weight:normal }

