div#splash {
	width: 868px;
	height: 453px;
	margin: auto;
	position: relative;
	background: url(images/bomberHome.jpg) no-repeat left;
}

div#splash h3 {
	display: block;
	width: 364px;
	height: 0px;
	padding-top: 142px;
	overflow: hidden;
	background: url(images/slogan.png) no-repeat;
	position: absolute;
	top: 36px;
	right: 32px;
}

div#splash p {
	font-size: 2.2em;
	line-height: 1.4em;
	text-align: center;
	width: 324px;
	position: absolute;
	top: 198px;
	right: 52px;
}

ul#latest {
	width: 872px;
	margin: 0px auto 20px;
	list-style: none;
	background: url(images/latestBG.png) repeat-y;
}

ul#latest li {
	display: block;
	float: left;
	margin-left: 1px;
	width: 242px;
	padding: 0px 24px;
	text-align: left;
}

ul#latest li.first {
	margin-left: 0px;
}

ul#latest h4 {
	text-align: center;
	font-size: 3em;
	color: #c9c19d;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

ul#latest h5 {
	font-size: 2em;
	color: #a09d94;
	letter-spacing: -1px;
	text-align: center;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid;
	line-height: 22px;
}

ul#latest li#show img {
	float: left;
	margin: 2px 8px 2px 0px;
}

ul#latest p {
	font-size: 1.2em;
	line-height: 16px;
	font-weight: bold;
	color: #333;
}

ul#latest img {
	display: block;
	margin: auto;
}

