html{
  position:relative;
  height:100%;
}
body{
  margin:0;
  background-color:#3B001F;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  background-image:url(../img/dom-bg1.gif);
  background-position:top;
  background-repeat:repeat-x;
  height:100%;
  text-align:center;
}
.closer{
  clear:left;
  font-size:11px;
  color:#FF6CB9;
  position:relative;
  margin-left:165px;
}