@charset "utf-8";
/* CSS Document */

/* CSS Document */
@import url(DBHelvethaicaMon.css);
body{
	font-family:"pslxkittithada bold";
	 font-size: 22px;
	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_db.png);
	}
#main{
	width:1024px;
	height:auto;
/*	background:#FFF;*/
background:url(../img/bg2.png);
background-size:100%;
	}
#main_left{
	width:250px;
	padding-top:15px;
	padding-left:10px;
	float:left;
	}
#main_right{
	width:750px;
	float:right;
	}
#footer{
	width:1024px;
	height:75px;
	background:url(../img/footer.png);
	}

