body { font: normal normal 12px/150% verdana, arial, helvetica, sans-serif; }

img { border:none; }

#toTop { 
  display:none; 
  width: 100px;
  border: 1px solid #990000;
  text-align: center;
  padding: 2px 2px 2px 12px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  color:#990000;
  text-decoration:none;
  
  background: #f1f1f1 repeat-x url(../images/to-top-bg.png);
  
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;

}

#toTop img {
  position: absolute;
  top: -4px;
  left: -16px;
  border: none;
}

#content { 
  width:700px;
  margin:10px auto; 
}
