@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_img {
	position:absolute;
	behavior: url('/publisher/scripts/iepngfix/iepngfix.htc');
	margin:80px 0 0 0;
	width:882px;
	z-index:2;
}
.body_img img {
	float:right;
}
.body_fg {
	width:100%;
	height:100%;
}

/* PAGE */
.container {
	width:882px;
}
.full {
	width:880px;
}
.main {
	width:600px;
}
.side {
	width:200px;
}

/* 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;
}
