/*=================================*/
/*======= Blackout CSS ============*/
/*=================================*/
body>section
{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 100%;	
}

body>section>article, body>article
{
	display: none;
	width: 980px;
	margin: 0 auto;
}

body>section>article>div
{
	width: 920px;
	height: 100px;
	margin: 1em auto 0;
	display: none;
}

body>section>article p
{
	text-align: center;
	font-family: Helvetica, Verdana, Sans-Serif;
	color: #cc1100;
	font-size: 48pt;
	margin:.5em auto 0;
	display: none;
}
main>
{	
}

#main div table {
	text-align: center;
}
#main div table tr td p {
	text-align: left;
}
#main div table right {
	text-align: right;
}
#main div tableRT {
	text-align: right;
}
#main div table tr td p {
	text-align: center;
}
