@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #000;
}
/* CSS Document */

#container {
	width:1000px;
	margin: 0 auto;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	background-color: #000;
}
#banner {
	position: relative;
}
#kp3d_menu {
	position: absolute;
	/* [disabled]top: 50px; */
	right: 0px;
	bottom: 0px;
}
#main {
	background-image: none;
	background-repeat: no-repeat;
	position: relative;
	width: 1000px;
	height: 665px;
	background-color: #000;
}
#main_text {
	background-color: #CCC;
	width: 800px;
	left: 20px;
	top: 20px;
	position: absolute;
	padding-left: 12px;
}
