div#home-index {
  padding: 10px; }
  div#home-index div.song div#album-cover {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 270px; }
    * html div#home-index div.song div#album-cover {
      overflow-x: hidden; }
  div#home-index div.song div#text-info {
    display: inline;
    float: left;
    margin-right: 0;
    width: 430px; }
    * html div#home-index div.song div#text-info {
      overflow-x: hidden; }

div#footer div#overview {
  background-color: #ffffcc;
  border-bottom: 1px solid #ff5f3f;
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px; }
  * html div#footer div#overview {
    overflow-x: hidden; }
  div#footer div#overview table {
    margin: 0; }
    div#footer div#overview table tr td.overview {
      padding: 0;
      width: 33%;
      vertical-align: top; }
    div#footer div#overview table tr td#this-month, div#footer div#overview table tr td#bravo-filipino {
      border-right: 1px solid white; }
    div#footer div#overview table tr table {
      margin: 0; }
      div#footer div#overview table tr table tr.top td {
        height: 100px;
        padding: 0; }
      div#footer div#overview table tr table tr.top td.title {
        width: 100%;
        text-align: center;
        background-color: #0099ff; }
      div#footer div#overview table tr table tr.bottom td {
        padding: 20px; }
        div#footer div#overview table tr table tr.bottom td h3 {
          margin: 0; }
          div#footer div#overview table tr table tr.bottom td h3 a {
            color: #6b3907;
            text-decoration: none;
            font-size: 12px;
            text-transform: uppercase; }
          div#footer div#overview table tr table tr.bottom td h3 a:hover {
            color: #ff3300;
            text-decoration: underline; }
        div#footer div#overview table tr table tr.bottom td p {
          margin: 0; }
          div#footer div#overview table tr table tr.bottom td p a {
            color: #0099ff;
            text-decoration: none; }
          div#footer div#overview table tr table tr.bottom td p a:hover {
            color: #ff3300;
            text-decoration: underline; }
  div#footer div#overview div#this-month, div#footer div#overview div#bravo-filipino {
    border-right: 1px solid red; }

td#content {
  background-color: #ffffcc; }

td.thumbnail {
  background-color: black; }

.ie6 div#month, .ie6 div#filipino, .ie6 div#know {
  margin-left: -3px;
  margin-right: -4px;
  margin-top: -2px; }
.ie6 td#this-month, .ie6 td#bravo-filipino {
  border: none; }
.ie6 div#overview {
  margin-top: -3px; }

.ie7 div#month, .ie7 div#filipino, .ie7 div#know {
  margin-left: -3px;
  margin-right: -4px;
  margin-top: -2px; }
.ie7 td#this-month, .ie7 td#bravo-filipino {
  border: none; }

.ie6 div#search, .ie7 div#search {
  width: 204px; }

.ie7 div#search {
  width: 205px; }
