#backwrap {
	display:table;
	background: url(../img/header_background.jpg) no-repeat center top;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	/*min-height: 800px;*/
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.mbxsmall{
	margin-bottom:30px;
}


/*Colors*/
.white{
	color:#fff;
}