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

html, body
{
	height: 100%;
	margin: 0;
	background: #fff;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
}

#splashbpe
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 180px;
	margin-left: -160px;
	margin-top: -90px;
}

.letter
{
	display: none;
}