body {
  font-family: verdana, sans-serif;
  font-size: 10pt;
  color: #FFFFFF;
  background-color: #000000;
}

td {
  font-family: verdana, sans-serif;
  font-size: 10pt;
}

#div-wrapper {
  width: 664px;
  padding: 0px;
  position: absolute;  /* centered positioning */
  top: 0%;
  left: 50%;  /* centered positioning */
  margin-top: 25px;
  margin-left: -332px;  /* set to a negative number 1/2 of width */
}


#td-content {
  width: 558px;
  padding: 10px 10px 10px 20px;
  background-image: url(../images/watermark.gif);
  background-position: top;
  background-repeat: no-repeat;
}


/* ~~~~~ BEGIN MENU ~~~~~ */

#td-menu {
  width: 171px;
  vertical-align: top;
  background-image: url(../images/bkg-menu.jpg);
  background-repeat: repeat-y;
}


#div-menu {
	width: 171px;
	float: left;
	display: inline;
	margin-left: 8px;
}

#div-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* spacing between submenu items */
#div-menu li {
	padding: 0px 10px 0px 10px; /* top, right, bottom, left */
    margin: 0;
}

#div-menu a:link {
    cursor: hand;
}


/* ~~~~~ END MENU ~~~~~ */

a:link {
  color: #9DCAFF;
}

a:visited {
  color: #9DCAFF;
}

a:hover {
  color: #FEFFCF;
}


#footer {
  color: #7B7B7B;
  font-size: 8pt;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 10px;
}

#footer a {
  color: #7B7B7B;
}

.songlist p {
  margin-top: 8px;
}