body     {
  color: #333333;
  margin: 0px;
  padding: 0px;
  text-align:center;
  background-image: url(img/bg.gif);
}

img     {
  border: none ;
}

#inbox     {
margin:0px auto 0px auto;

  width: 790px;
  text-align:center;
  background-image: url(img/inbox-bg.gif);

}


#contents     {
margin:0px auto 0px auto;

  width: 680px;
  text-align:center;

}

#header {
  color: #ffffff;
  width: 780px;
  height: 20px;
  background-image: url(../img/footer.gif);
  text-align: right;
  margin:0px;
}

#footer {
  color: #ffffff;
  width: 780px;
  font-size: 70%; 
  line-height: 150%;
  background-image: url(../img/footer.gif);
  text-align: right;
  margin:0px;
  padding: 3px 20px 3px 20px;
}

.px10 {  font-size: 10px; line-height: 15px; background-color:#FF9;}
.px10-2 {  font-size: 10px; line-height: 15px; background-color:#FFFFFF;}
.px-2 { line-height: 15px; background-color:#FFFFFF;}
.px14 {  font-size: 14px; line-height: 18px}
.ps80 {  font-size: 80%; line-height: 150%;background-color: #CCC;}
.ps70 {  font-size: 70%; line-height: 150%}