@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	overflow: hidden;
}
#box {
	height: 480px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#box h1 {
	text-align: center;
	color: #FFFFFF;
	font: .8em "Trebuchet MS", Tahoma, arial, sansSerif;
}

