/* Globale Style für Tags*/


body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	background-color: #333333;
}



/* Klassendefinitionen*/

div.page {
	top:0;
	left:0;
	position:fixed;
	height:100%;
	width:100%;
	display:table;
/*	margin-left:auto;*/
/*	margin-right:auto;*/
/*	margin-top:auto;*/
/*	margin-bottom:auto;*/
}
p.text {
	text-align:center;
	vertical-align: middle;
	font-size:100px;
	font-weight:bolder;
	color:#cccccc;
	display:table-cell;
}
