body {
  color: #fff;
  background-color: #000;
  text-align: left;
margin-left:0px;
margin-right:0px;

}


.SmallHeader {
  font-family: Lucida Grande, Arial, sans-serif;
  
    font-size:1.5em;
  font-weight:normal;
  margin:1.5em 0;
}

.SmallHeader2 {
  font-family: Lucida Grande, Arial, sans-serif;
  font-size: 14px;
  
}

.maindiv {
position: absolute;
	height: 350px;
	width:100%;
	bottom:120px;
	background-color: #272727;
	z-index: 2;
}


.enclosure {
position: absolute;
	height: 530px;
	width:950px;
	top:0px;
	background-color: #0F0F0F;
	  left: 50%;
    margin-left: -475px;
	z-index: 1;
}
.footer {
position: absolute;
	height: 30px;
	width:950px;
	top:530px;
	background-color: #000;
	  left: 50%;
    margin-left: -475px;
	z-index: 1;
}


.header {
position: absolute;
	height: 30px;
	width:950px;
	top:0px;
	background-color: #0F0F0F;
	  left: 50%;
    margin-left: -475px;
	z-index: 2;
}

.SmallFooter {
  font-family: Lucida Grande, Arial, sans-serif;
  font-size: 12px;
  color:#A0A0A0;
  
}



A:link {  color:   #F0F0F0;text-decoration: none;}
A:visited {  color:   #F0F0F0; text-decoration: none;}
A:hover {  color: #D8D8D8; text-decoration: underline;}