@charset "utf-8";
/* CSS Document */

#main {
	display: block;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	position: fixed;
	margin-top: -150px;
	margin-left: -277px;
	z-index: 1;
}
body {
	background-color: #FFF;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	margin: 0px;
	padding: 0px;
}
#up {
	padding: 0px;
	width: 100%;
	position: absolute;
	up: -15px;
	z-index: 0;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#down {
	padding: 0px;
	width: 100%;
	margin: 0px;
	position: absolute;
	bottom: -15px;
	z-index: 0;
}
