@charset "utf-8";
/* CSS Document */

/* CSS Document */
@import url(fonts/th_satabun.css);
body{
	
	font-family: 'THSarabunNew', sans-serif;
	 font-size: 14px;
	background:url(../img/bg.png);
	background-size:100%;
	/*background-image:url(../img/bg_wat2.png);*/
	background-attachment:fixed;



	
	}
 #bodypage{
	 width:1024px;
	 height:auto;
	 margin:0 auto;
-webkit-box-shadow: 0px -1px 8px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 8px -1px rgba(0,0,0,0.75);
box-shadow: 0px -1px 8px -1px rgba(0,0,0,0.75); */
background:#FFF;
	 }

#header{
	width:1024px;
	height:160px;
	/*border:1px solid red;*/
	background:url(../img/banner.png);
	}
#main{
	width:1024px;
	height:auto;
	background:#FFF;
	}

#footer{
	width:1024px;
	height:70px;
	background:url(../img/footer.png);
	margin:0 auto;
	}

