*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	position: relative;
}

	body#SDMY {
		background: url(../_images/Background/BG%20MYS/Hi-sardines.jpg) no-repeat;
		}
	body#MKMY {
		background: url(../_images/Background/BG%20MYS/Hi-mackerel.jpg) no-repeat;
		}
	body#TNMY  {
		background: url(../_images/Background/BG%20MYS/Hi-tuna.jpg) no-repeat;
		}
	body#BBMY  {
		background: url(../_images/Background/BG%20MYS/Hi-bakedbeans.jpg) no-repeat;
		}
	body#CCMY  {
		background: url(../_images/Background/BG%20MYS/Hi-coconut.jpg) no-repeat;
		}
	body#CRMY  {
		background: url(../_images/Background/BG%20MYS/Hi-corn.jpg) no-repeat;
		}
	body#FTMY  {
		background: url(../_images/Background/BG%20MYS/Hi-fruits.jpg) no-repeat;
		}
		

	body#SDSG {
		background: url(../_images/Background/BG%20SIN/Hi-sardines.jpg) no-repeat;
		}
	body#TNSG  {
		background: url(../_images/Background/BG%20SIN/Hi-tuna.jpg) no-repeat;
		}
	body#BBSG  {
		background: url(../_images/Background/BG%20SIN/Hi-bakedbeans.jpg) no-repeat;
		}
	body#CCSG  {
		background: url(../_images/Background/BG%20SIN/Hi-coconut.jpg) no-repeat;
		}
	body#CRSG  {
		background: url(../_images/Background/BG%20SIN/Hi-corn.jpg) no-repeat;
		}
	body#FLSG  {
		background: url(../_images/Background/BG%20SIN/Hi-fish-lunchoen.jpg) no-repeat;
		}
	body#ECSG  {
		background: url(../_images/Background/BG%20SIN/Hi-Kits.jpg) no-repeat;
		}


	body#SDCN {
		background: url(../_images/Background/BG%20CHN/Hi-sardines.jpg) no-repeat;
		}
	body#MKCN  {
		background: url(../_images/Background/BG%20CHN/Hi-mackerel.jpg) no-repeat;
		}
	body#TNCN   {
		background: url(../_images/Background/BG%20CHN/Hi-tuna-cn.jpg) no-repeat;
		}
	body#BBCN   {
		background: url(../_images/Background/BG%20CHN/Hi-bakedbeans-cn.jpg) no-repeat;
		}
	body#CCCN   {
		background: url(../_images/Background/BG%20CHN/Hi-coconut-cn.jpg) no-repeat;
		}
		
		
#top {
	overflow: hidden;
	width: 983px;
}

ul#optionBtn {
	list-style: none;
	}
	ul#optionBtn li {
		display: inline;
	}
	ul#optionBtn li a {
		text-indent: -9999px;
		display: block;
		width: 149px;
		height: 40px;
		float: left;
		margin-top: 20px;
		text-decoration: none;
		outline: none;
		}
		ul#optionBtn li a.share {
			background: url(../_images/share_btn.png) no-repeat bottom center;
			margin-left: 49px;
			}
		ul#optionBtn li a.download {
			background: url(../_images/dload_btn.png) no-repeat bottom center;
			margin-left: 9px;
			}
		ul#optionBtn li a.print {
			background: url(../_images/print_btn.png) no-repeat bottom center;
			margin-left: 9px;
			}
		ul#optionBtn li a.view {
			background: url(../_images/viewAll_btn.png) no-repeat bottom center;
			margin-left: 9px;
			}
			ul#optionBtn li a.share:hover,
			ul#optionBtn li a.download:hover,
			ul#optionBtn li a.print:hover,
			ul#optionBtn li a.view:hover {
				background-position: top center;
				}

