#page {
  position: relative;
  width: 900px;
  height: 864px;
  text-align: center;
  z-index: 2
}



/* LEFT SIDE OF PAGE */

#left {
  position: relative;
  width: 612px;
  float: left
}

#page-banner-bg {
  position: relative;
  width: 612px;
  background-image: url(img/bg/titlebar.png);
  margin-top: 48px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Tahoma;
  font-size: 28px;
  font-weight: bold;
  color: #181818;
  text-align: center;
  z-index: 3
}

#bullet-pics {
  position: relative;
  width: 600px;
  margin-top: -12px;
  padding-bottom: 12px;
  z-index: 5
}

#content {
  position: relative;
  width: 600px;
  margin-top: 12px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Tahoma;
  font-size: 14px;
  color: #181818;
  text-align: left;
  z-index: 3
}

.you-want-us {
  position: relative;
  width: 600px;
  padding-top: 24px;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 20px;
  color: #336699;
  z-index: 4
}

.reason {
  position: relative;
  width: 600px;
  height: 54px;
  margin-top: 18px;
  z-index: 4
}

.bullet {
  position: relative;
  float: left;
  width: 108px;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: bold;
  color: #336699;
  z-index: 5
}

.bullet-text {
  position: relative;
  float: right;
  width: 482px;
  padding-top: 3px;
  padding-right: 9px;
  z-index: 5
}  



