body,
textarea {
  font-family: futura, arial, helvetica, sans-serif;
  font-size: 10pt;
  background-color: #FFF;
  margin: 0;
  padding: 0;
} 

.background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}

.container {
  background-color: #FFF;
  width: 934px;
  margin: auto;
}

.footer {
  text-align: center;
}

.pagesettings {
  font-size: 8pt;
  background-color: #EEE;
  padding: 4px;
  margin-top: 200%;
}

.dropshadow .body {
  padding: 8px 13px;
}

.dropshadow {
  margin: auto;
}

.dropshadow .t {
  background-image: url("/images/new.template/tc.png");
  background-repeat: repeat-x;
  background-position: top;
}

.dropshadow .b {
  background-image: url("/images/new.template/bc.png");
  background-repeat: repeat-x;
  background-position: bottom;
}

.dropshadow .r {
  background-image: url("/images/new.template/mr.png");
  background-repeat: repeat-y;
  background-position: right;
}

.dropshadow .l {
  background-image: url("/images/new.template/ml.png");
  background-repeat: repeat-y;
  background-position: left;
}

.dropshadow .tr {
  background-image: url("/images/new.template/tr.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.dropshadow .br {
  background-image: url("/images/new.template/br.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.dropshadow .tl {
  background-image: url("/images/new.template/tl.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.dropshadow .bl {
  background-image: url("/images/new.template/bl.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}




