
   footer, header, hgroup, menu, nav, section {
    display: block;
    font: elephant;
  }
  body {
    line-height: 1;
}

  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
  }
    body {
      background: url("../img/background.gif");
    }

    .dropshadowimg {
      width: 185px;
      height: 106px;
      box-shadow: 5px 5px 5px #999;
    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    .footer {
      text-align: center;
      height: 150;
      width: 300;
    }

    .audiopadding {
            padding: 10px 10px 10px;
    }

    footer {
       position: relative;
    }

