.grad img {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.box {
  position: relative;
}

.box * {
  margin: 0px;
  position: relative;
  z-index: 1;
}
* html .grad {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/grad_white.png', sizingMethod='scale');
}
* html .gradblack {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/grad_black.png', sizingMethod='scale');
}
* html .grad img {
  display: none;
}
* html .box {
	position:static;
}

body {
    background-color:#000;
    color:#DDD;
    text-align:center;
}

a {
  color:DDF;
}

#main {
	background-color:#FFF;
	color:#333;
	padding:1em;
}

#menu {
  background-color:#000;
	color:#DDD;
  font-family:sans-serif;
  position:absolute;
  top:100px;
  left:10px;
}

#menu a {
  color:#DDF;
}


#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;	
}

#menu li {
  float: left;
  margin: 0 0.15em;
}

/* Hide from IE5-Mac \*/
#menu li {
  float: none
}
/* End hide */

#menu li a {
  background: #DDD;
  height: 2em;
  line-height: 2em;
  width:8em;
  display: block;
  border: 0.1em solid #CCC;
  color: #135;
  text-decoration: none;
  text-align: center;
  margin-bottom:0.5em;
}

#menu li.alert a {
  background: #FF9 url(/images/new.png) no-repeat left top;
  border-color:#3F3;
  color:#111;
}

#menu li a:hover {
  background-color:#DFD;
  border:0.1em solid #FF0;
}

#content {
  position:absolute;
  top:100px;
  left:10em;
  width:40em;
  background-color:#EEE;
  color:#000;
  text-align:left;
  padding:1em;
  border:solid 2px #ECA;
}

#content a {
  color:#339;
}


.left {
  text-align:left;
}

dt {
  font-style:bold;
  padding-top:1em;
}

dd {
  font-style:italic;
}

h1 {
	font-family:sans-serif;
  font-style:bold;
	text-align:center;
}

table {
   background-color:#369;
   margin:0 auto;
} 

th {
	font-family:sans-serif;
  background-color:#FDD; 
  padding-right:0.5em;
  padding-left:0.5em;
}


td {
  background-color:#DDD;
  padding:0.5em;
  text-align:left;
}

p.terms {font-size:80%;}

#header {
  background-color:#FFF;
  color:#333;
  width:100%;
  margin:0;
  height:85px;
  text-align:left;
  position:absolute;
  top:0;
  left:0;
  padding-left:10px;
  padding-top:10px;
}

#footer {
  clear:all;
  background-image:url('/images/footer-trim.jpg');
  height:120px;
  text-align:center;
  bottom:0;
}

br .clear {
  clear:all;
}

#copyright {
  font-size:70%;
}
