/* welcome to my style */

body {
	background-color: #ffffff;
}

.centrePage {
	text-align: center;
	font-size: 20pt;
	font-family: monospace;

	margin: 0;
	position: absolute;

	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
