/*GS code*/

body {
	background-image: url("images/bg50.jpg"); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#body-text {
	text-align: center;
}
.container{
	background: #fff;
	opacity: 0.65;
}
.remove-bottom {
	border-bottom: 2px solid #000;
	padding-bottom: 8px;
	display: inline-block;
}
h3 {
	margin-top: 10px;
}
/*end of GS code*/
