html {
	height: 							100%;
}

body {
	height:								100%;
	background-color: 		#3d1145;
	background-image: 		url('/img/lbc.jpg');
	background-repeat: 		no-repeat;
	background-position:	top center;
}

.wrapper {
	height: 							100%;
	min-height:						1077px;
	text-align: 					center;
}

