html, body {
  padding: 0;
  margin: 0;
  background-color:  #e4e5d7;
  color: #800000;
  font-family: Verdana, sans-serif;
  height: 100%; 
  width: 100%;
  overflow:hidden; 
  font-size: 7.5pt;
}

img {
  border: 0px solid black;
}

h1 {
  font-size: 18pt;
  margin-top: 0px;
  margin-bottom: 8px;
}

h2 {
  text-align: center;
  font-size: 10pt;
  margin-top: 0px;
}

#main {
  position: relative;
  width: 757px;
  height: 489px;
  margin: -245px auto 0 auto;
  top: 50%;
  background: url('images/bck.jpg') no-repeat;
}

#content {
  position: absolute;
  width: 250px;
  height: 384px;
  top: 5px;
  left: 235px;
}

#contentBreed {
  position: relative;
  width: 505px;
  height: 384px;
  top: 5px;
  left: 235px;
}

#ringtones {
  width: 500px;
  overflow: auto;
  height: 350px;
}

#ad {
  position: absolute;
  width: 220px;
  height: 384px;
  top: 5px;
  left: 495px;
}
td {
  font-size: 0pt;
}

.left {
  float: left;
  margin-right: 10px;
}

#menu {
  position: absolute;
  left: 10px;
  top: 20px;
  height: 360px;
  width: 140px;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

#menu li, #menu a {

  line-height: 9pt;
}

a {
  color: #800000;
  background-color: inherit;
  text-decoration: none;
}

#logo {
  position: absolute;
  top: 388px;
  left: 2px;
}

#adsense {
  position: absolute;
  top: 250px;
  left: 6px;
}

#footer {
  font-size: 7pt;
  font-family: Arial, sans-serif;
  background-color: inherit;
  position: absolute;
  top: 443px;
  right: 10px;
}


