*{
	margin: 0;
	padding: 0;
}

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

	body#SD {
		background: url(../_images/Background/BG%20MYS/Hi-sardines.jpg) no-repeat;
		}
	body#MK {
		background: url(../_images/Background/BG%20MYS/Hi-mackerel.jpg) no-repeat;
		}
	body#TN {
		background: url(../_images/Background/BG%20MYS/Hi-tuna.jpg) no-repeat;
		}
	body#BB {
		background: url(../_images/Background/BG%20MYS/Hi-bakedbeans.jpg) no-repeat;
		}
	body#CC {
		background: url(../_images/Background/BG%20MYS/Hi-coconut.jpg) no-repeat;
		}
	body#CR {
		background: url(../_images/Background/BG%20MYS/Hi-corn.jpg) no-repeat;
		}
	body#FT {
		background: url(../_images/Background/BG%20MYS/Hi-fruits.jpg) no-repeat;
		}

#top {
	overflow: hidden;
	width: 983px;
	height: 60px;
}

#content {
    width: 983px;
    height: 515px;
}

#addthis {
    display: block;
    float: right;
    width: 983px;
    height: 16px;
    margin-right: 50px;
}

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;
				}

