html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
body {
	font: 12px/12px normal Tahoma, Verdana, Arial;
	background: #fff url(bg.png) repeat left top;
}
a {
	text-decoration: none;
	color: #999;
	background-color: #f5f5f5;
	display: block;
	line-height: 20px;
	height: 20px;
	outline: none;
	text-align: center;
	letter-spacing: -1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a:hover {
	color: #5b5;
	background-color: #dfd;
}
a.enter {
	width: 285px;
	height: 20px;
	position: absolute;
	background: #fff url(enter.png) no-repeat 0 0;
}
a.enter:hover {
	background: #fff url(enter.png) no-repeat 0 -20px;
}
#outer {
	display: none;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#inner {
	width: 200px;
	height: 20px;
	margin-left: -100px;
	position: absolute;
	top: -10px;
	left: 50%;
}