﻿body {
	font: normal 100%; 
	font-family: Sans-Serif; 
	background:#5c87b2
}

.mainContainer {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
}
.mainContainer .vCenter {
    #position: absolute;
    display: table-cell;
    #top: 50%;
    vertical-align: middle;
    text-align: center;
}
.vCenter .heyImCentered {
    #position: relative;
    #top: -50%;
    text-align: left;
    display: inline-block;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
}
