html {
}
* {
  padding: 0;
  margin: 0;
}
body {
  background: #111 url(../images/bg.jpg) center bottom no-repeat;
  font-family: Helvetica, Verdana, Arial, sans-serif;
}

#container {
  z-index: 6;
  background-position: 0 320px;
  background-repeat: no-repeat;
  background-image: url(../images/top_bg.jpg);
  width: 870px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  border-left: 2px solid #ffa302;
  border-right: 2px solid #ffa302;
}

h3 {
  font-size: 14pt;
  margin-bottom: 10px;
}

ul {
  margin-bottom: 20px;
}

li {
  margin-left: 30px;
  font-size: 11pt;
  margin-bottom: 5px;
}

.indent {
  text-indent: 2.25em;
}

#content {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#content p {
	font-size: 12pt;
  margin-bottom: 20px;
}

#logos {
  margin-top: 20px;
  background-position: 0 bottom;
  background-repeat: repeat-x;
  height: 80px;
  background-image: url(../images/h_gradient.jpg);
}

.imgLeft {
	left: 10px;
	position: relative;
	border: none;
}

.imgRight {
	left: 615px;
	position: relative;
	border: none;
  
}
.joinBtn {
  float: right;
  border: none;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 90px;
}

#footer {
  border-top: 1px solid #f0922d;
  width: 870px;
  background-color: #f0922d;
  height: 46px;
  text-align: center;
}

#footer > .copy {
  background-repeat: repeat-y;
  height: 18px;
  background-image: url(../images/v_gradient.jpg);
  color: #000;
}


#footer p {
  font-size: 10pt;
  padding-top: 4px;
  color: #fff;
}
