/*<------------------------??? For the King ??---------------------------------------
img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
html {
-webkit-filter: grayscale(100%);
}
แต่หากเว็บของเราไม่มี Base css ก็ให้แปะ โคดตามด้านล่างนี้ลงไปทุกหน้าในเว็บ
<style>
img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
html {
-webkit-filter: grayscale(100%);
}
<------------------------??? For the King ??---------------------------------------*/


body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666;
	background-image: url(images/General/web_bg.png);

	
}
#main {
	height:auto;
	width:100%;
}
#page_bg{
  background-image: url(images/General/body_BG.jpg);
}
#header {
    position:relative;
	height:auto;
	width:100%;
	margin:0 auto;
	background: transparent url(../images/General/headerimg.jpg) no-repeat center center;
}
#h_top {
	position:relative;
	height:85px;
	width:100%;
	top:0px;
    background: transparent url(images/General/h_top_index.png) repeat-x center center;
	
}
#h_menu {
	position:relative;
	height:52px;
	width:100%;
	top:0px;
    background: transparent url(images/General/h_menu.png) repeat-x center center;
}
#banner_pwa1 {
	position:absolute;
	top:0px;
	left:0;
	height:85px;
	width:500px;
	background: transparent url(images/General/banner-pwa1.png) no-repeat;
	
}
#img_banner{
  width: auto;
 /* margin-top: 20px; ๕ฝ
  margin-bottom: 20px;
  text-align: center;
}
#button_link{
  /* position: relative;
  float: right; */
  bottom: 10px;
  text-align:center;
}
#banner-facebook{
  position: relative;
  float: right;
  bottom: 10px;
  margin-right: 250px;
}
#topic_banner{
  margin-bottom: 20px; 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  text-align: center;
  color:#00F;

  
}
a:active {
	color: #009;
	text-decoration: none;
}

a:link {
	color: #009;
	text-decoration: none;
}

a:visited {
	color: #009;
	text-decoration: none;
}

a:hover {
	color: #06F;
	text-decoration: none;
}

    
