@font-face {
    font-family: 'primeregular';
    src: url('fonts/prime_regular-webfont.eot');
    src: url('fonts/prime_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/prime_regular-webfont.woff') format('woff'),
         url('fonts/prime_regular-webfont.ttf') format('truetype'),
         url('fonts/prime_regular-webfont.svg#primeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	width:100%;
	height:100%;
	margin: 0;
}

body {
	padding:0;
	margin:0;
	background:#1f1f1f url('images/top_background.gif') top left repeat;
	font-family: 'primeregular', Tahoma, Arial, sans-serif;
	text-align: center;
	position:relative;
	font-size:15px;
	line-height:17px;
	min-height:480px;
}

div {
	position:absolute;
	top:20%;
	bottom:20%;
	width:100%;
	height:60%;
	min-height:280px;
	background-color:#1f1f1f;
	color:#747474;
	font-size:14px;
	display:table;
}
div p {
	display:table-cell;
	vertical-align:middle;
}
div img {
	padding-bottom:30px;
}

p.under_construction {
	position:absolute;
	bottom:7%;
	left:50%;
	margin-left:-290px;
	width:580px;
	border-top:1px solid #5a5a5f;
	border-bottom:1px solid #5a5a5f;
	color:#5a5a5f;
	font-size:14px;
	padding:5px 0px;
}