@charset "utf-8";
@import "reset.css";

html, body {
	overflow:hidden;
}

body {
	font-size:100%;
	font-family:Arial, Verdana, "微軟正黑體";
	color:#a0a0a0;
	background:url(../img/bg.jpg) repeat;
}

a {
	color:#242424;
	text-decoration:none;
}

a:hover {
	color:#00a9ff;
}

#out-wrapper {
	position:absolute;
	top:50%;
	left:50%;
	width:553px;
	height:540px;
	margin-top:-270px;
	margin-left:-276px;
	text-align:center;
}

.image {
	padding-bottom:16px;
}

.lang {
	text-align:center;
	height:24px;
}

.lang span {
	padding:0 6px;
	line-height:24px;
	vertical-align:middle;
}