.pagebg {
	background: url("../images/landing-page.jpg") no-repeat scroll 0 0 transparent;
	min-height: 100%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	        background-size: cover;
}

h2 {
	color: #2e3192;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	margin-top: 0;
}

body.boxed {
			background-color: #F5D29D;
			background-image: url("images/boxed_wood.html");
			background-repeat: repeat;
		}
		

.alert.alert-info {
    text-align: center;
}