#AboutUs {
/* you have to width specified for centering to work */
width: 60%;
/* these next two lines force the div to be aligned centrally within its parent */
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
text-align: justify;
float: none;
clear:both;
border:solid;
border-color: #00a0e3;
border-width: 3px; 
}
#AboutUs h2 {
margin-top: 5px;
font-weight: bold;
}
#AboutUs p {
margin-left: 10px;
}
#VanImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border-radius: 8px; 
}
#content {
position:relative;
 left:0px;
 top:0px;
 width: 100%;
 height: 100%;
}
#frontContent {
 position:absolute;
 left:0px;
 top:0px;
 z-index:2;
}
#mainContent {
 position:absolute;
 width: 100%;
 left:0px;
 top:0px;
 z-index:1;
}
#footer {
position:static;
}  