@font-face {
  font-family: visitor2;
  src: url(visitor2.ttf);
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #000000;
	background: #D0D0D0;
}
#wrap {	display: table;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;}#center {	display: table-cell;	vertical-align: middle;	text-align: center;   font-size: 3em;   font-family: visitor2, sans-serif;}
.big {
   font-size: 1.3em;
}
