@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #fff;	
}

#bg_image {
        left: 0px; 
        bottom: 0px; 
        z-index: -1000; 
        text-align: center; 
        position: fixed; 
        display: block; 
        padding: 0px; 
        margin: 0px; 
}

#body_all {
	margin: 0 auto;
	width: 900px;
	min-height: 400px;
	/*background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left; 		*/
}

#content_box_left {
	width: 400px;
	min-height: 500px;
	float: left;
	text-align: left;	
}

#content_box_right {
	width: 460px;
	min-height: 300px;
	float: left;
	text-align: left;	
}

#content_box_right {
padding: 20px;
margin: 30px 0 0 0;
background-color: rgba(255, 255, 255, 0.8);
color: rgba(255, 255, 255, 0.8);	
}

#logo {
	height: 150px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
 	position: fixed;
}

#content_left {
	
}

#content,
#content_right {
		
}
.ka-panel.close .ka-handler, .ka-panel.open .ka-handler  {
  cursor: pointer;
  }