@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body {
	margin: 0;
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	overflow: hidden;
	position: relative;
}
img {
	border: none;
}
body > img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
body > a {
	display: block;
	position: absolute;
	background: url(../images/you_dont_see_anything.png);
	/*檢查用
	background-color: rgba(0,0,0,.5);*/
}