@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0}

html, body{
    height:100%;
    overflow:hidden;
}

#bg{
	width:100%;
	height:100%;
	position:absolute;
	top:1px;
	left:2px;
	z-index:0;
}

#content{
	width:100%;
	height:100%;
	position:absolute;
	top:132px;
	left:826px;
	z-index:1;
	overflow:auto;
}
.bg {
	background-image: url(../slice%201.jpg);
	background-repeat: no-repeat;
}

