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

body {
	background-color:#880000;  /*  #A1040E */
}

.PrePage {
	width:700px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-350px;
	background-color:#FFFFFF;
	border:#000000 1px solid;
}

.PrePage img {
	border: none;
	position:absolute;
	width:191px;
	height:200px;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-100px;
}

.PrePage h1 {
	position:relative;
	width:100%;
	text-align:center;
	top:320px;
	color:#A1040E;
	font-family:Verdana;
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	font-size:20px;
}

.PrePage h2 {
	position:relative;
	top:330px;
	width:100%;
	text-align:center;
	color:#000000;
	font-family:Verdana;
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	font-size:14px;
}
