	  body,html {
	  		padding-top: 10px;
	  		padding-bottom: 40px;
	  		background-color: #222222;
	  		/*background-image: url('https://s3.amazonaws.com/burner-web-static/flames.png');*/
	  		background-repeat: no-repeat;
	  		background-position: 0 0;
	  		font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	  		height: 100%;
	  	  }
	  
	  	  .spacer {
	  		  margin-top: 10px; /* define margin as you see fit */
	  	  }
	  
	  	  footer {
	  		  background-color:#333; /* #282828; */
	  		  color: #fff;
			
	  	  }
	  
	  	  .spacer2 {
	  		  margin-top: 20px; /* define margin as you see fit */
	  	  }
	  
	  	  .spacer-left {
	  		  margin-left: 20px; /* define margin as you see fit */
	  	  }	
	  
	  	  .spacer-left-modal-img {
	  		  margin-left: 85px; /* define margin as you see fit */
	  	  }
	  
	  	.smaller {
	  		font-size:14px;
	  	}
	  
	  	.modal.large {
	  		width: 380px;
	  		margin-left: -190px; /* - width/2 */
	  	}
	  
	  	.navbar-outer {
	  		width: 80%;
	  		margin: auto;
	  	}
	  
	  	.navbar {
	  
	  		background-color: transparent;
	  	}
	  
	  	.navbar-inner {
	  		background-color: transparent; /* fallback color, place your own */
	    	background-image: none;
	    	background-repeat: no-repeat;
	  		filter: none;
	  	}
	  
	  	.navbar .nav > li > a {
	  		color: #ffffff;
	  		outline: none;
	  		
	  		box-shadow: none !important;
	  		text-shadow: none;
	  	}
	  
	  	.navbar .nav > li > a:hover {
	  		color: #333;
	  
	  	}
	  
	  	.navbar .nav .active > a, .navbar .nav .active > a:hover {
	  		border-bottom: 2px #666 solid;
	  		background-color: #000;
	  		
	  	}
	  	  
	  	.navbar .nav-collapse .nav > li > a:link {
	  		color: #ffffff;
	  	}
	  
	  	.navbar .nav-collapse .nav > li > a:visited {
	  		color: #ffffff;
	  	}
	  
	  	.navbar .nav-collapse .nav > li > a:hover {
	  		color: #ccc;
	  	}
	  
	  	.container-fluid {
	  		padding: 0px;
	  	}
	  
	  	#wrap {
	  	  min-height: 100%;
	  	}
	  
	  	#main {
	  	  overflow:auto;
	  	  padding-bottom:150px; /* this needs to be bigger than footer height*/
	  	}
	  
	  	.footer {
	  	  position: relative;
	  	  margin-top: -150px; /* negative value of footer height */
	  	  height: 150px;
	  	  clear:both;
	  	  padding-top:20px;
	  	}
	  
	  	h1 {
	  		font-weight: bold;
	  		font-size: 30pt;
	  	}
	  
	  	#three_step {
	  	  /* text-align:right; */
	  	  background-image: url('https://s3.amazonaws.com/burner-web-static/gradient_sep.png');
	  	  background-repeat: repeat-x;
	  	  background-color: #222222;
	  	  padding-top:40px;
	  	}
	  
	  	#three_step h3 {
	  		color: #f55214;
	  		margin-top: 20px;;
	  		font-size: 20px;
	  		font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue";
	  	}
	  
	  	#three_step p {
	  		color: #f55214;
	  		font-size: 14px;
	  		width:90%;
	  		line-height: 20px;
	  		color: #ffffff;
	  	}
	  
	  	.section {
	  	  background-image: url('https://s3.amazonaws.com/burner-web-static/gradient_sep.png');
	  	  background-repeat: repeat-x;
	  	  background-color: #222222;
	  	  padding-top:40px;
	  	}
	  
	  	#remarks {
	  		padding-top: 65px;
	  		padding-bottom: 25px;
	  	}
	  
	  	#remarks h1 {
	  		color: #f55214;
	  		font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	  		font-size: 29px;
	  		font-style: italic;
	  		font-weight: normal;
	  		padding: 0;
	  		margin: 0;
	  	}
	  
	  	#press {
	  		padding-top: 25px;
	  		padding-bottom: 0px;
	  	}
	  
	  	#press h4 {
	  		color: #f55214;
	  		font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	  		font-size: 24px;
	  		font-weight: bold;
	  		margin-bottom: 30px;
	  	}