html {
  margin: 0px;
  padding: 0px;
  margin: 0px auto;
}
body {
  width: 649px;
  padding: 0px;
  margin: 0px auto;
  padding-top: 140px;
  color: #6a6a6a;
  font-family: Tahoma;
  font-weight: normal;
  background: #63121a;
}


#wrapper {
  width: 738px;
  height: 305px;
  display: block;
  margin: 0 auto;
  background: url(../images/bg_wrapper.png) no-repeat center;
}
h1 {
  font-size: 1.5em;
  width: 470px;
  height: 48px;
  margin: 0px 0px 0px 40px;
  padding: 0px;
  color: #333333;
  font-weight: normal;
}
h2 {
  margin: -5px 0px 0px 0px;
  margin: 0px 0px 0px 40px;
  font-size: 1.0em;
  font-weight: normal;
  width: 470px;
  height: 48px;
  line-height: 48px;
}
span {
margin: 0px 0px 0px 40px;
color: #540e0e;
}
#wrapper .texts {
  margin: 0px 0px 0px 130px;
  padding: 30px 20px 00px 20px;
  width: 738px;
  height: 305px;
}

a.refresh {
position: absolute;
margin: -70px 15px 0px 605px;
background: #cccccc;
color: #842222;
font-size: 0.8em;
text-decoration: none;
line-height: 20px;
display: block;
padding: 0px 20px 0px 20px;
border: 1px solid #999999;
-moz-border-radius: 3px;
}
a.refresh:hover {
background: #b0b0b0;
color: #641212;
text-decoration: underline;
border: 1px solid #868585;
}
span.copyright {
  color: #333333;
  text-shadow: 1px 0px #bbbbbb;
  position: absolute;
  font-size: 0.8em;
  margin: -60px 15px 0px 15px;
}
span.copyright a {
  color: #333333;
  text-decoration: none;
}
span.copyright a:hover {
  text-decoration: underline;
}