@charset "utf-8";
/* CSS Document */

#main_content {
	position:relative;
	width:750px;
	height:1600px;
	margin:0 auto;
	padding:0;
	background:#000000;
}
/* leftmain */
#left_main {
	position:absolute;
	width:455px;
	height:1600px;
	top:0;
	left:0;
}
#question_area {
	position:absolute;
	width:410px;
	height:1600px;
	top:0;
	right:0;
	background-image:url(img/question/question_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#search_txt {
	position:absolute;
	width:400px;
	height:1530px;
	top:70px;
	left:5px;
	color:#ffffff;
	font-size:13px;
	text-align:left;
	line-height:1.5em;
}
/* rightmain */
#right_main {
	position:absolute;
	width:290px;
	height:970px;
	top:0;
	right:0;
	background-image: url(img/company/company_pic_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#right_txt {
	position:absolute;
	width:280px;
	height:135px;
	top:150px;
	left:5px;
	text-align:center;
	font-size:13px;
	color:#ffffff;
	line-height:1.4em;
}
#pass_pic{
	position:absolute;
	width:230px;
	height:295px;
	top:285px;
	left:28px;
}
#bottom_content {
	position:relative;
	background:url(img/bottom/bottom_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:750px;
	height:60px;
	margin:0 auto;
	padding:0;
	color:#ffffff;
	font-size:11px;
	text-align:center;
}
