/* CSS Document */
#splashBodyWrapper{
}

#slashEggLeft{
	background:url(/images/eggLeft.jpg);
	width:545px;
	height:157px;
	float:left;
}
#slashEggRight{
	background:url(/images/eggRight.jpg);
	width:240px;
	height:157px;
	float:left;
}

#homeLeft{
	background:url(/images/home_left.jpg);
	width:368px;
	height:268px;
	float:left;
}
#homeRight{
	width:355px;
	height:268px;
	float:left;
}

#showLeft{
	background:url(/images/foodShow_left.jpg);
	width:288px;
	height:203px;
	float:left;
}
#showCenter{
	background:url(/images/foodShow_Center.jpg);
	width:257px;
	height:203px;
	float:left;
}
#showRight{
	background:url(/images/foodShow_right.jpg);
	width:194px;
	height:203px;
	float:left;
}
#showText{
	padding:5px 35px;
	color:#333333;
	font-size:11px;
	line-height:16px;
}

#showFooter{
	margin-top:24px;
	background:#FFD045;
	height:25px;
	width:100%;
}

#showFooter img{
	float:left;
}
.showFooterItem{
	
	padding:5px 40px 0 30px;
	float:left;
/*	width:170px;
*/	border-right:#FFFFFF 2px solid;
}
.showFooterItemLast{
	
	padding:5px 0 0 10px;
	float:left;
	width:185px;
}

