body.HOME #watermark {
	background: url(../_images/ssb_star_watermark.png) left top no-repeat;
}

body.HOME #topnav {	
	height: 98px;
}

body.HOME #top {
	padding-left: 395px;
	background: url(../_images/ssb_flag.png) left top no-repeat;
	min-height: 324px;
	margin-bottom: 3.0em;
}

body.HOME #top h1 {
	text-transform: uppercase;
	line-height: 0.8;
	margin-bottom: 0.4em;
	height: 114px;
	background: url(../_images/ssb_main_title.png) left top no-repeat;
}

body.HOME #top p {
	font-size: 1.5em;
}

body.HOME #top a#begin {
	display: block;
	float: right;
	width: 210px;
	height: 25px;
	background: url(../_images/ssb_top_begin_bt.png) left top no-repeat;
}

body.HOME #bottom #b1, body.HOME #bottom #b2, body.HOME #bottom #b3, body.HOME #bottom #b4 {
	float: left;
	width: 209px;
	padding-right: 15px;
	margin-right: 15px;
}

body.HOME #bottom #b1 { border-right: 1px solid #808080; }
body.HOME #bottom #b2 { border-right: 1px solid #808080; }
body.HOME #bottom #b3 { border-right: 1px solid #808080; }
body.HOME #bottom #b4 { }

body.HOME #bottom h2 a {
	display: block;
	width: 207px;
	height: 76px;
	cursor: pointer;
}

body.HOME #collect-img { background: url(../_images/ssb_collect_img.png) left top no-repeat; }
body.HOME #explore-img { background: url(../_images/ssb_explore_img.png) left top no-repeat; }
body.HOME #sing-img    { background: url(../_images/ssb_sing_img.png) left top no-repeat; }
body.HOME #share-img   { background: url(../_images/ssb_share_img.png) left top no-repeat; }

body.HOME #collect {
	display: block;
	float: left;
	margin-right: 5px;
	width: 84px;
	height: 15px;
	background: url(../_images/ssb_collect_txt.png) left top no-repeat;
}

body.HOME #explore {
	display: block;
	float: left;
	margin-right: 5px;
	width: 88px;
	height: 15px;
	background: url(../_images/ssb_explore_txt.png) left top no-repeat;
}

body.HOME #sing {
	display: block;
	float: left;
	margin-right: 5px;
	width: 52px;
	height: 15px;
	background: url(../_images/ssb_sing_txt.png) left top no-repeat;
}

body.HOME #share {
	display: block;
	float: left;
	margin-right: 5px;
	width: 67px;
	height: 15px;
	background: url(../_images/ssb_share_txt.png) left top no-repeat;
}

body.HOME a.go {
	display: block;
	float: right;
	width: 36px;
	height: 20px;
	background: url(../_images/ssb_go_bt.png) left top no-repeat;
}

body.HOME a.go:link, body.HOME a.go:visited {
	background-position: left top;
}

body.HOME a.go:hover, body.HOME a.go:active {
	background-position: left bottom;
}