/* css reset for improved uniform design */
h1, h2, ul { margin: 0; padding: 0; }

html, body {
  margin: 0;
  padding: 0;
  color: white;
}

#WRAPPER {
  position:relative;
  margin: 60px auto;
  width:1000px;
}
#WRAPPER2 {
  padding: 20px;
}
#ARTBOARD {
  background-color:#FF9D13;
  margin:0 auto;
  padding:0;
  text-align:left;
  width:100%;
}

#footer {
  clear:both;
  margin:0;
  text-align: center;
}
.DISCLAIMER {
  color:#FFFFFF;
  font-family: Arial;
  font-size: 9px;
  font-weight:normal;
  line-height:100%;
}
.DISCLAIMER a:link, .DISCLAIMER a:visited {
  color:#FFFFFF;
  padding:0 5px;
  text-decoration:none;
}
.DISCLAIMER a:hover {
  padding:0 5px;
  color: #ff4e00;
  background-color: #ffec00;
}

.TITLE {
  color:#FFFFFF;
  font-family: Georgia;
  font-size: 22px;
  font-weight:normal;
}
.TITLE2 {
  color:#FFFFFF;
  font-family: Georgia;
  font-size: 33px;
  font-weight:normal;
  text-transform: uppercase;
}
.MUSICTEXT {
  color:#FFFFFF;
  font-family:Arial;
  font-size:11pt;
  font-weight:normal;
}
.MUSICTEXT a:link, .MUSICTEXT a:visited {
  color:#FFFFFF;
  padding: 0px;
  text-decoration:none;
}
.MUSICTEXT a:hover {
  padding: 0px;
  color: #ff4e00;
  background-color: #ffec00;
}

.NAV {
  color:#FFFFFF;
  font-family:Arial;
  font-size:10pt;
  font-weight:normal;
}
.NAV a:link, .NAV a:visited {
  color:#FFFFFF;
  padding:0 5px;
  text-decoration:none;
}
.NAV a:hover {
padding:0 5px;
color: #ff4e00;
background-color: #ffec00;
}

#MUSIC
{ 
margin: 60px 200px;
line-height: 25px;
} 

p
{ 
  margin: 0 auto;
  line-height: 1.2em;
  padding-top: 10px;
}
img#bg {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#content {
  position: relative;
  margin: 0 auto;
  z-index:1;
  top:0;
  left:0;
  display: block;
  margin-left: auto;
  margin-right: auto; 
}
.trans-menu-1{
  background-color:black;
  height:24px;
  margin-left:80px;
  opacity:0.2;
  position:absolute;
  width:800px;
  -moz-opacity:.20; filter:alpha(opacity=20);
}
  
#top-menu, #sub-menu{
  padding: 4px 20px;
  position: relative;
  text-align: center;
}

#top-menu li, #sub-menu li{
  display: inline;
}

#mixtape-header{
  background:url("secretMixtape.png") no-repeat center center; 
}

#calendar{
  font-size:9pt; 
}

<!--[if IE 6]>
html { overflow-y: hidden; }
body { overflow-y: auto; }
* html #mixtape-header{
  background:url("secretMixtapeIE.gif") no-repeat center center; 
}
#content { position:static; }
* html img#bg {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
}
* html .trans-menu-1{
  background-color:transparent; 
}
* html #ARTBOARD {
  background-color:#000;
}
<![endif]-->