
BODY { 
  margin:0; padding:0; background:#444;
  font-family:verdana,arial,sans-serif;
  text-align:center; color:white;
}
#wrap { 
  margin:5px auto; width:1024px;
  background:url('images/elflex.jpg'); /*1024x768*/
  text-align:left; color:white;
  font-size: 12pt;
  min-height:630px; /*shows part of big plane*/
  max-height:830px; /*lets ELFLEX banner text repeat at bottom of page*/
  -webkit-box-shadow: 0px 0px 20px 2px black;
  -moz-box-shadow:    0px 0px 20px 2px black;
  box-shadow:         0px 0px 20px 2px black;
x--webkit-border-radius:0 0 8px 8px;
x--moz-border-radius:0 0 8px 8px;
x-border-radius:0 0 8px 8px;
  border:1px solid black;
}
#content {
  margin:75px 20px;
  height:auto;
  min-height:50px;
  max-height:675px;
  overflow:auto;
  padding:0;
}
#footer {
  padding-top:5px;
  font-size:7pt;
  color: #888;
  height:20px;
}
#footer A {
  text-decoration:none;
  color:#AAA;
}
#footer A:hover {
  color:white;
}
.blob {
  margin:10px;
  padding:5px;
  font-size:10pt;
  background: -webkit-linear-gradient(left,rgba(70,120,180,0),rgba(70,120,180,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(70,120,180,0),rgba(70,120,180,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(70,120,180,0),rgba(70,120,180,1)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(70,120,180,0), rgba(70,120,180,1)); /*Standard*/
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
}
