@charset "utf-8";

* {margin:0;}

/* 본문배경  */
	#container_bg {
		width:100%;
		min-height:500px;
		background-color:#ededed;
		}
		
/* 본문내용  */
	#container {
		margin: 0 auto;
		width:1050px;
		min-height:550px;
		padding:25px;
		background: url(/common/inc_imgs/container_bg.png) repeat-y 0 0;
		}

/* 서브타이틀 */
	.sub_title {
		width:1050px;
		margin-bottom:10px;
		}

/* 탭버튼 */
	.tab {
		width:1050px;
		height:40px;
		margin-bottom:20px;
		}
		
/* 테이블 */
	.table1050 {
		width:1050px;
		margin-bottom:20px;
		}
		

/* 우측 퀵메뉴 */
 	#q_menu {position:fixed; _position:absolute; left:50%; top:255px; width:100px; margin-left:560px;}			
