/* CSS Document */
body {
	background-color:#000;
	color:#FFF;
}
#main {
	margin: 5px 10px 0 10px;
	text-align: center;
}
#title {
	background: url(title.gif) top center no-repeat;
	width: 480px;
	height: 125px;
	margin: 0 auto 5px auto;
}
#title span {
	display: none;
}
#enter {
	background: url(enter.gif) top center no-repeat;
	width: 152px;
	height: 33px;
	margin: 5px auto 0 auto;
}
#enter span {
	display: none;
}
