@charset "utf-8";

/* BODY */
* {
	position:relative;
	margin:0;
	padding:0;
	z-index:10;
}
html,body {
	width:100%;
	height:100%;
}
.body_bg{
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.body_fg {
	width:100%;
	height:100%;
}

/* PAGE */
.container {
	margin:40px 0 0 0;
	width:882px;
}
.left {
	width:420px;
}
.main {
	width:617px;
}
.right {
	width:220px;
}

/* CLASSES */
.button {
	background:none;
	border:none;
	margin:8px 0;
	padding:2px 0;
	border:solid 1px #fee763;
	line-height:20px;
	font-size:16px;
	font-weight:bold;
	color:#ffde3b;
}
.buttonup {
	z-index:20;
}
.buttondown {
	position:absolute;
	display:none;
	z-index:21;
	margin:0;
}