@charset "utf-8";
/* CSS Document */

@import url("import.css");
#container {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(../images/about/about-img.jpg);
	background-repeat: no-repeat;
	background-color: #232323;
	background-position: center 127px;
	float: left;
}
#cnt-main {
	margin-left: 19px;
	float: left;
	width: 408px;
	background-image: url(../images/about/cnt-back.png);
	background-repeat: repeat-y;
	padding-bottom: 85px;
}
#main_img {
	height: 121px;
}
#company #profile {
	float: left;
	width: 50px;
}
#company #profile_text {
	float: left;
	width: 338px;
}

#company {
	float: right;
	width: 388px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
}
#cnt-main  #company li {
	float: left;
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 388px;
	color: #FFFFFF;
	margin-top: 5px;
}
#flow {
	float: left;
	width: 408px;
	margin-top: 20px;
}
