	@charset "utf-8";
/* CSS Document */
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	position: absolute;
	height: 400px;
	width: 800px;
	top: 50%;
	margin-top: -200px;
	visibility: visible;
	margin-left: -400px;
	left: 50%;
}
#left {
	background-image: url(sb2_01.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 170px;
	float: left;
	text-align: left;
}
#content {
	background-image: url(sb2_02.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 390px;
	float: left;
}
#right {
	background-image: url(sb2_03.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 240px;
	float: left;
	overflow: hidden;
}
.box {
	height: 400px;
}
#left .box {
	margin: 15px 10px 2px 10px;
}
#content .box {
	margin: 10px 15px 2px 15px;
}
#content .scroll {
	margin: 0px;
	overflow: auto;
	height: 389px;
	width: 360px;
}
#right .box {
	margin: 30px 10px 2px 0px;
	
}