* html { height: 100%; width: 100%; overflow: hidden; }
* body { margin: 0px; text-align: justify; font: 11px 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; color: #bbbbbb; }
.grad img.bckg {
  height: 100%;
  /*height: 1024px;*/
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

img { border: none; }

.box {
  border: 0px;
  float: left;
  margin: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.box * {
  margin: 0px;
  position: relative;
  z-index: 1;
}
* html .grad {
  filter: progid:DXImageTransform.Microsoft.AlphaImage Loader (src='/images/trans_grad.png', sizingMethod='scale');
}
/*
* html .grad img {
  display: none;
}
*/
* html .box {
  position:static;
}
.darkgreen  { background-color: #005a00; }
.maroon     { background-color: #330000; }
.orange     { background-color: #ff7300; }
.burgundy   { background-color: #880000; }
.graphite   { background-color: #4C4C4C; }
.blue       { /*background-color: #2382a1;*/ background-color: #030241; }
.green      { background-color: #4be22d; }
.pink       { background-color: #ff009d; }

p.center { text-align: center; }
p.abs    { margin-top: 330px; }

a, a:link, a:visited { color: #bbbbbb; };
a:hover { color: #ff7300; }

.content { width: 980px; margin-left: 150px; }
.content ul { list-style-type: square; list-style-position: outside; }
.content ul li { padding: 8px 0px 0px 0px; }
div.valid { display: block; width: 150px; position: absolute; bottom: 0px; left: 0px; padding: 10px; }
div.valid img { border: 0px; }

