      body {
        background: #85aee0 url(images/bg.jpg) repeat-x;
        font-family: arial,verdana,helvetica,sans-serif;
        font-size: .8em;
        color: white;
        text-align: center;
      }

      a {
        color: white;
        text-decoration: none;
      }

      a:hover {
        text-decoration: underline;
      }

      a img {
        border: 0;
      }

      h1#title {
        display: block;
        position: relative;
        margin: 40px auto 0;
        width: 940px;
        height: 55px;
        text-indent: -9999px;
        background: url(images/title.png) no-repeat;
      }

      #middle {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 940px;
        background: url(images/main_bg.jpg) no-repeat;
        text-align: left;
      }

      #main_content_wrap {
        float: left;
        background: white url(images/main_bg.jpg) no-repeat;
        width: 740px;
      }

      #main_content {
        display: block;
        position: relative;
        float: left;
        padding: 16px 30px 10px 10px;
        margin: 0 20px 0 350px;
        width: 330px;
        color: #b3d7f3;
        background: #638BBB url(images/main_bg.jpg) no-repeat scroll -350px 0pt;
      }

      #main_content h2 {
        font-size: 1.5em;
        margin: 0 0 1em;
        color: #436793;
      }

      #main_content h3 {
        font-size: 1.3em;
        line-height: 1.15em;
        margin: 0;
      }

      #main_content p {
        line-height: 1.5em;
        margin: 0 0 1.6em;
      }

      .smallnote {
        font-size: .8em;
        line-height: 1.875em;
      }

      #tracks {
        margin: 10px 0 1.6em 10px;
        padding: 0;
      }

      #tracks li {
        margin: 5px 0 0 10px;
        padding: 0;
      }

      .track_info {
        padding: 10px 0 0;
      }

      .lyrics {
        font-size: .8em;
      }

      #side_content {
        display: block;
        position: relative;
        float: left;
        margin: 0;
        width: 200px;
      }

      #side_content ul,
      #side_content li {
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 1.5em;
      }

      #side_content h2#about_dennis_title {
        display: block;
        position: absolute;
        top: -13px;
        margin: 0;
        width: 200px;
        height: 23px;
        text-indent: -9999px;
        background: url(images/side_about.png) no-repeat;
      }

      #side_content #dennis_navigation {
        padding: 10px 22px;
        margin: 10px 0 0;
        background: #99cf16;
      }

      #side_content h2#albums_title {
        display: block;
        position: relative;
        margin: 0;
        width: 200px;
        height: 41px;
        text-indent: -9999px;
        background: url(images/side_albums.gif) no-repeat;
      }

      #albums {
        padding: 10px 22px;
        background: #ef4714;
      }

      .album {
        clear: both;
      }

      .album .cover {
        float: left;
        padding: 0 5px 10px 0;
      }

      #side_footer {
        display: block;
        position: relative;
        margin: 0;
        width: 200px;
        height: 10px;
        font-size: 1px;
        line-height: 1px;
        text-indent: -9999px;
        background: url(images/side_bottom.png) no-repeat;    
        clear: both;
      }

      #footer {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 940px;
        background: url(images/main_bottom.png) no-repeat;                
        text-align: left;
      }

      /* slightly enhanced, universal clearfix hack */
      .clearfix:after {
           visibility: hidden;
           display: block;
           font-size: 0;
           content: " ";
           clear: both;
           height: 0;
           }
      .clearfix { display: inline-block; }
      /* start commented backslash hack \*/
      * html .clearfix { height: 1%; }
      .clearfix { display: block; }
      /* close commented backslash hack */
    </style>
