/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
  background:#282625 url(images/bg1.png) repeat-x scroll;
}

p {
	margin: 0;
	padding: 10px 0;
	color: #656565;
	text-align: justify;
	line-height: 1.8;
	border-right-width: medium;
	border-left-width: medium;
	margin-left: 12px;
	margin-right: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bg-grey {
	background: rgba(51,51,51,1.00);
	text-align: center;
	}
	
.jumbotron {
	background:#FFFFFF url(images/bg2.png) repeat-x;
	}
	
	
