@charset "UTF-8";
/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
  border: none;
}
body {
  background-image: url(images/background_new.png);
  background-repeat: repeat-x;
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;

}
#container {
  margin: auto;
  width: 850px;
}

#top {
  float: left;
  width: 850px;
  height: 119px;
  z-index: 1;
}



#welcome {
  float: left;
  width: 850px;
  background-image: url(images/content_background.png);
  background-repeat: no-repeat;
  height: 220px;
  padding-top: 25px;
}

h2 {
  color: #ffffff;
  font-size: 16px;
  
}
.heading-color2 { color: #9a9a9a; }
#welcome-text {
  width: 850px;
  margin-top: 70px;
  
  float:right;
  text-align:center;
}





#footer {
 
  width: 850px;
  background-repeat: no-repeat;
  height: 71px;
  margin-top: -40px;
  text-align: center;
}




