﻿html, body
{
	height: 100%;
	font-family: Verdana, Helvetica, Arial;
}

#comingsoon-wrapper
{
	display: table;
	height: 100%;
	width: 100%;
}

#comingsoon-pos
{
	display: table-cell;
	vertical-align: middle;
}

#comingsoon-content
{
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: center;
	background-color: #ccc
}

#comingsoon-content p
{
	color: #555;
}

.footnote
{
	font-size: 10px;
}

em
{
	font-weight: bold;
	font-style: normal;
}