@charset "utf-8";

body
{
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	background: #000000;
}

p
{
	width: 500px;
	height: 62px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -31px 0 0 -250px;
}
