@charset "UTF-8";
/* CSS Document */

body>section
{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}

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

body>section>article>div
{
	background: ;
	width: 1680px;
	height: 1680px;
	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;
}