html
{
	height: 100%;
}

body
{
/*	margin: 64px 0 32px 0;*/
	margin: 0;
	padding: 0;
	background-color: #3c0a01;
	font: 11px "Lucida Grande", arial, verdana, sans-serif;
	color: white;
	text-align: center;
	height: 100%;
}

table td
{
	font: 11px "Lucida Grande", arial, verdana, sans-serif;
	color: white;
	vertical-align: top;
}

table div
{
	font: 11px "Lucida Grande", arial, verdana, sans-serif;
	color: white;
	text-align: center;
	padding: 8px 0 16px 0;
}

table a
{
	text-decoration: none;
	color: white;
	display: block;
}


table a:hover div
{
	color: black;
	background-color: white;
}

table.single
{
	height: 100%;
	width: 100%;
}

table.single td
{
	padding: 16px;
	vertical-align: middle;
}