body {
	margin:0;
	padding:45px 0 0;
	line-height:1.4;
	overflow:hidden;
	background:#FFFFFF none repeat scroll 0 0;
	color:#333333;
	text-align:left;
}
#container {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	padding:0px;
	width:100%;
	height:45px;
	min-width:950px;
	line-height:1;
	overflow:hidden;
	border-bottom:1px solid #666666;
	font-family:Arial,Helvetica,sans-serif;
	color:#555555;
}
#logo {
	margin:2px 0 0 4px;
	width:186px;
	height:38px;
	float:left;
	background:transparent url(../img/thaipick-bar.png) no-repeat scroll left top;
	text-indent:-9999em;
}
#promotion {
	margin:5px 0 0 95px;
	font-size:14px;
	font-weight:bold;
	color:#254574;
	width:600px;
	height:20px;
	line-height:20px;
	overflow:hidden;
}
#link {
	background:url(../img/ed.gif) no-repeat;
	display:block;
	margin:3px 0 0 95px;
	padding-left:18px;
	font-size:12px;
	color:#777777;
	text-decoration:none;
	height:15px;
	width:600px;
	overflow:hidden;
}
#close {
	background:url(../img/close-bar.gif) no-repeat;
	display:block;
	text-indent:-9999em;
	width:12px;
	height:12px;
	float:right;
	margin:15px 15px 0 0;
}
#twitter {
	background:url(../img/icon-twitter.png) no-repeat;
	display:block;
	text-indent:-9999em;
	width:30px;
	height:35px;
	float:right;
	margin:6px 5px 0 0;
}
#facebook {
	background:url(../img/icon-facebook.png) no-repeat;
	display:block;
	text-indent:-9999em;
	width:30px;
	height:35px;
	float:right;
	margin:6px 5px 0 0;
}
#rss {
	background:url(../img/icon-rss.png) no-repeat;
	display:block;
	text-indent:-9999em;
	width:30px;
	height:35px;
	float:right;
	margin:6px 15px 0 0;
}
#banner {
	display:block;
	float:right;
	margin:1px 5px 0 0;
}
iframe#promotionFrame {
	color:#666666;
	height:100%;
	width:100%;
	z-index:10;
	-webkit-box-sizing:border-box;    
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
        padding:45px 0 0 0; /* for webkit*/ 
    }
    iframe#promotionFrame { 
        padding-bottom:45px; /* for webkit*/ 
    }
}