/*
body {
	background: whiteSmoke;
}
*/
.align-vertical {
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -300px;
   margin-top: -100px;
}

.center-text {
	text-align: center;
}
