body{
	background:		#9B9B9B url(/Images/Layout/homepageBg.jpg) no-repeat;	
}

#homeMain{
	padding:		30px 0 0 50px;	
}
			
	#homeMainTop{
		background:		url(/Images/Layout/homeItemsBgTop.png) no-repeat;
		height:			22px;
	}
	
	#homeMainContent{
		
	}
	
		#homeContentLeft{
			float:			left;
			display:		inline;
			width:			209px;
			margin:			0 9px 0 0;
			background:		url(/Images/Layout/homeItemsBg.png);
			padding:		0 10px 0 10px;
			height:			200px;
		}
		
		#homeContentMiddle{
			float:			left;
			display:		inline;
			width:			228px;
			margin:			0 9px 0 0;
			padding:		0 10px 0 10px;
			background:		url(/Images/Layout/homeItemsBg.png);
			height:			200px;
		}
		
		#homeContentRight{
			float:			left;
			display:		inline;
			width:			255px;
			padding:		0 10px 0 10px;
			background:		url(/Images/Layout/homeItemsBg.png);
			height:			200px;
		}
	
	#homeMainBottom{
		background:		url(/Images/Layout/homeItemsBgBottom.png) no-repeat;
		height:			22px;
	}

#homeFooter{
	margin:			10px 0 0 0;
	background:		url(/Images/Layout/footerBg.png) no-repeat;
	height:			191px;
}
