body{
	margin: 0 0;
	padding: 0 0;
	font-family: 'Architects Daughter', cursive;
	/*font-family: 'Lobster', cursive;*/
}

h1, h2, h3, p{
	 text-align: center;
	 color: #FFF;
}

.wrapper{
	margin-top: 150px;
}

.bgBorder{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 250px;
	background-color:red;
	margin-top: -20px
}
