div.container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}

div.container p {
	display: table-cell;
	vertical-align: middle;
	
}

div.container p:first-letter {
    line-height: 1.2em;
    font-size: 1em;
    font-family: "Verdana", "Arial", "sans-serif";
    font-style: normal;
}

div.container a {
    border-bottom-width: 0px;
}
