
body {
  background-image: url(../img/background_img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#FB6700;
}

.centerDiv {
	height:350px;
	position:absolute;
	margin:auto;
	top: 0;
	left:0;
	right:0;
	bottom:0;
}

h1 {
    text-align: center;
    font-family: 'Lobster', cursive;
    color: #FFFFFF;
    font-size: 72px;
}

p {
    text-align: center;
    font-family: 'Lobster', cursive;
    color: #FFFFFF;
    font-size: 24px;
}
