@charset "utf-8";
/* CSS Document */
#container{
	width:100%;
	min-height:100px;
	height:auto;
	/*	background-color:#CCCCCC;*/
	overflow:hidden;
	position: absolute;
	top:0px;
	left:0px;
	background-image: url(../images/bg_side.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#con-set-middle{
	width:950px;
	min-height:600px;
		height:759;
	/*background-color:#00FFFF;*/
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-image: url(../images/bg-border.gif);
	background-attachment: fixed;	
	background-position:top;

}
#con-set-center{
	width:940px;
	min-height:600px;
	height:auto;
	/*margin-left:-50%;*/
	position:relative;
		margin-left:auto;
	margin-right:auto;

}