#content_wrapper {
    margin-bottom: 180px;
}    

#bg_wrapper {
  position: fixed;
  top: 310px;
  width: 670px;
  height: 180px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background-image: url(../images/builder_contest/bg_builder_contest.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 670px 180px; }

#title_lead_builder_contest {
	text-align: center;
	margin-top: 190px;
	margin-bottom: 10px;
	line-height: 1.8;
}

#title_builder_contest {
  width: 394px;
  margin: 0 auto;
  margin-bottom: 160px;
}

#text_main {
  margin-top: 140px; 
}

#title_guideline {
  width: 757px;
  margin: 0 auto;
  margin-top: 87px; 
}

#text_guideline {
  margin-top: 35px; 
}

#text_guideline p {
	margin-bottom: 35px;
}

#text_guideline li {
	margin-bottom: 0px;
}

#title_qualifications {
  width: 757px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 22px; }

#text_qualifications {
   margin-top: 35px; 
}

#title_method {
  width: 757px;
  margin: 0 auto;
  margin-top: 87px;
}

#text_method {
  margin-top: 35px;
}

.categoryTable {
	margin: 20px 0;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.categoryTable td {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 7px;
}

.paragraphTitle {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 17px;
}


.text {
  width: 660px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  color: #fff; }
  
.text > p,
.text > div {
    margin-bottom: 65px; }
    
.text ul {
	padding-left: 20px;
}

.text ul li {
	margin-bottom: 10px;
}

.text ul li .agree {
	text-decoration: underline;
}

.buttons {
  width: 360px;
  margin: 0 auto -15px; }

.top {
  margin-top: 96px; }


