body {
  background-image: url('../assets/images/background.png');
  margin: 0px;
  padding: 0px;
  position: relative;
}
img {
  border: 0px;
  behavior: url('/themes/xmas/styles/pngbehavior.htc');
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
  padding: 0px;
}

#body_shade {
  height: 500px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

#sheet {
  background-color: #ffffff;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
}
#sheet_shade_sides {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 990px;
}
#sheet_shade_left {
  position: absolute;
  height: 630px;
  width: 115px;
  left: 0px;
  bottom: 0px;
}
#sheet_shade_right {
  position: absolute;
  height: 630px;
  width: 115px;
  right: 0px;
  bottom: 0px;
}
#sheet_shade_bottom {
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 990px;
}
#sub {
  height: 15px;
  position: absolute;
  right: 1px;
  top: 0px;
  width: 25px;
}
#badge {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}

div.text {
  background-color: #78E4FF;
  height: auto;
  margin: 0px auto 20px auto;
  padding: 5px;
  width: 750px;
}

div.text p {
  color: #3988B9;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 10pt;
}

div.text a {
  color: #56A03A;
}
div.text a:link { color: #3988B9; }
div.text a:hover { color: #1D455D; }
div.text a:visited { color: #1D455D; }
div.text a:active { color: #1D455D; }

