#page {
  height: auto;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
}

#ads {
  position: relative;
  width: 120px;
  height: 600px;
  left: -300px;
  top: 0px;
}

#dlbtn {
  background: url('img/dlbtn.png') no-repeat;
  width: 488px;
  height: 88px;
  padding-top: 40px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: -30px;
}

#dlbtn h2 {
  margin-top: -15px;
}

#dlbtn h4 {
  margin-top: -10px;
}

body {
  margin: 0;
  padding: 0;
}

img {
  border: 0px;
}

img.ss {
  border: 0px solid #aa9988;
  width: 230px;
  height: 184px;
}

img.ss a:hover {
  border: 3px solid #aa9988;
}

img.logo {
  padding-top: 45px;
  padding-bottom: 25px;
}

a:link, a:visited {
  color: #0068C8;
  text-decoration: underline;
}

a:hover {
  color: #3B92E3;
}

table .buttons {
  border: 0;
  width: 647px;
  height: 39px;
  text-align: center;
}

td .left {
  background: url('img/lbtn.png') no-repeat;
  width: 100px;
  height: 38px;
}

td .middle {
  background: url('img/mbtn.png') no-repeat;
  width: 107px;
  height: 38px;
}

td .right {
  background: url('img/rbtn.png') no-repeat;
  width: 137px;
  height: 38px;
}

td .line {
  background: url('img/line.png') no-repeat;
  width: 647px;
  height: 1px;
}

h1 {
  font-family: Arial, Geneva, Helvetica, Sans-Serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

h2 {
  font-family: Arial, Geneva, Helvetica, Sans-Serif;
  font-size: 17px;
  color: #0068C8;
}

h3 {
  font-family: Arial, geneva, helvetica, sans-serif;
  font-size: 12px;
  color: #676254;
}

h4 {
  font-family: Arial, geneva, helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}