@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0 auto;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	text-align: center;
}

div#main {
	margin: 0;
	position: relative;
	height: 100%;
	width: 100%;
	vertical-align: bottom;
	text-align: center;
}

div#click {
	width: 980px;
	height: 632px;
	cursor:pointer;
	text-align: center;
	bottom: 0;
	position: absolute;
}
