@charset "utf-8";
/* CSS Document */
#page{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	width:897px;
	margin-top:-20px;
}
#header{
	background-repeat:repeat-x;
	background-image:url(../images/head_bg.jpg);
	height:175px;
	width:860px;
}
#mid1{
	background-image:url(../images/mid1.jpg);
	background-repeat:no-repeat;
	height:45px;
	margin-left:21px;
	margin-right:5px;
	}
#mid2{
	background-image:url(../images/mid2.jpg);
	background-repeat:repeat-y;
        margin-left:21px;
	min-height:400px;
	margin-right:15px;
	padding-top:8px;
}
#contents
{
	background-image:url(../images/inside.jpg);
	background-repeat:repeat-x;
	min-height:420px;
	width:855px;
	
	margin-top:-7px;
	margin-right:2px;
       
}
#bottom{
	position:relative;
	top:0px;
	left:1px;
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	width:857px;
	height:43px;
		
	}