body {
  text-align: center;
  background-color: #040f42;
  background-image:url("../images/about_us_background.jpg");
  background-repeat:no-repeat;
  background-position:center center;
  margin:0;
  padding:0;
}

#content_div {
  text-align: left;
  width:800px;
  margin:0;
  padding:0;
}

#header_div {
  text-align: left;
  width:800px;
  margin:0;
  padding:0;
}

#logo1_div {
  position: relative;
  left:10px;
  top:10px;
}

#titleImage1_div {
  position: relative;
  left:135px;
  top:-30px;
}

#titleImage2_div {
  position: relative;
  left:125px;
  top:-45px;
}

#logo2_div {
  position: relative;
  left:190px;
  top:-50px;
}

#menu_div {
  width:150px;
  margin:0;
  padding:0;
}

#info {
  border-top-color:#ffffff;
  border-right-color:#ffffff;
  border-bottom-color:#ffffff;
  border-left-color:#ffffff;
  border-width:2;
  border-right-width:2;
  border-bottom-width:2;
  border-left-width:2;
  background:transparent;
  position:relative;
  text-align:left;
  left:150px;
}

.opacitylayer {
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#contentContainer { 
  position:relative;
  z-index:20;
  height:100%;
  top:35px;
  min-height:100%;
  top:-190px;
  left:151px;
  width:649px;
  margin:0;
  padding:10;
}
#contentBackground { 
  position:absolute;
  top:0; 
  width:635px; 
  height:100%;
  z-index:25; 
  background:transparent;
  background-color:white; 
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.5;
}
#contentBody { 
  height:100%;
  position:relative;
  left:0px;
  top:0px;
  z-index:40;
}

