body {
	background-color: #000;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	/* exclude MacIE5 \*/
	position: absolute;
	top: 50%;
	margin-top: -240px;
	/* End */
}

#contents {
	width: 720px;
	height: 480px;
	text-align: justify;
	margin: 0px auto;
	padding: 0px;
}

#contents h1 span {
	display: none;
}
