@font-face {
  font-family: visitor2;
  src: url(visitor2.ttf);
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background: #2b2b2b url(../img/background.png);
}

#top{
	margin: 0px;
	text-align: center;
	border-bottom: 1px dashed #000000;
	font-size: 0.75em;
	background: #2b2b2b;
	color: #c0c0c0;
}

#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;
}

img {
	border: 0px;
	margin-top: 20px;
}

#countdown {
   display: block;
   margin: 0 auto;
   padding-top: 20px;
   font-size: 2.0em;
   font-family: serif;
   color: white;
}