﻿body
{
	background: #448ccb;
}

#mainContainer
{
	position: absolute;
	display: table;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#centerer
{
	display: table-cell;
	vertical-align: middle;
}

#centerer > *
{
	text-align: center;
	margin: auto;
}

#teddywinoImage
{
	display: block;
	width: 500px;
	height: 500px;
}

#messageOfPerceivedWisdom
{
	color: #ecd5bc;
	font-family: Georgia;
	font-size: xx-large;
	font-style: italic;
}