body 
{
	margin: 0 auto 15px auto;
	padding: 0;
	background: #4e77b5 url(../Images/body_bg.gif) top left repeat;
	font-family: Arial, Helvetica, sans-serif;
}
a 
{
	text-decoration: none;
}
#container 
{
	width:778px;
	height:524px;
	margin: 58px auto 0;
	background: url(../Images/img_kitchen.jpg) top left no-repeat;
	position: relative;
}
#logo 
{
	width:266px;
	height:259px;
	background: url(../Images/welcomeLogo.gif) top left no-repeat;
	position: relative;
	top: -43px;
	left: -46px;
}
#nav 
{
	width: 164px;
	position:absolute;
	bottom:207px;
	left: 20px;
}
#nav a 
{
	float: left;
	width: 164px;
	height: 37px;
	text-indent: -999em;
	overflow: hidden;
}
a.BC 
{
	background: url(../Images/btn_BC.gif) top left no-repeat;
	margin-top: 6px;
	_margin-top: 3px;
}
a.AB
{
	background: url(../Images/btn_AB.gif) top left no-repeat;
	margin-top: 5px;
}
a:hover 
{
	background-position: 0 -37px;
}