html, body
{
	height:				100%;
	width:				100%;
	padding:			0px;
	margin:				0px;
	background-color:	black;
	display:			table;
}

div#outer
{
	_position:			absolute;
	_text-align:		center;
	_top:				50%;
	_width:				100%;
}
div#outer[id]
{
	display:			table-cell;
	vertical-align:		middle;
}

div#textandimage
{
	_top:				-50%;
	_position:			relative;
	margin-left:		auto;
	margin-right:		auto;
	width:				620px;
}

div#imagecontainer
{
	width:				620px;
	height:				430px;
}

div#textblock
{
	_text-align:		left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top:		0px;
	width:				302px;
	float:				right;
	color:				#C9C9C9;
}
