@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/index/cnt_back.jpg);
	background-repeat: repeat-x;
	background-color: #232323;
}
#main_img {
	background-image: url(../images/index/top-img.png);
	background-repeat: no-repeat;
	height: 221px;
	text-align: center;
	background-position: center;
}