a:link { color:blue }
a:visited { color:blue }
a:active { color:blue }
p.header { text-align:center; }
div.outer
{
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:1px;
	overflow:visible;
}
div.center
{
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:100%;
	margin-left:-50%;
	position:relative;
	top:0%;
	left:50%;
}
p.text
{

}
p.video
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
body
{
	color:white;
	background-color:black;
	background-repeat:no-repeat;
	background-position:top center;
}
table,th,td
{
	border:0px;

}
table
{
	margin-left:auto;
	margin-right:auto;
}
td
{
	vertical-align:top;
}
