html
{
	height: 100%;
}

body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'arial';
}

#microscopicViewer
{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

#messageContainer
{
	display: table;
	width: 100%;
	height: 100%;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	color: #ed5564;
	background: #ffffff;
}

#messageContainer span
{
	display: table-cell;
	vertical-align: middle;
}