body {
	background-image: url( '../images/background_colour.jpg' );
	background-repeat: repeat;	
}

span, li {
	display: none;	
}

#content {
	overflow: auto;
	width: 100%;	
}

#leftContent {
	float: left;
	width: 656px;
}
	#logo {
		background-image: url( '../images/sanagans_meat_locker.jpg' );
		background-repeat: no-repeat;
		width: 656px;
		height: 218px;	
	}
	#slogan {
		background-image: url( '../images/quality_meats.jpg' );
		background-repeat: no-repeat;
		width: 656px;
		height: 550px;	
	}
#rightContent {
	float: left;
	width: 368px;	
}
	#email {
		background-image: url( '../images/email_address.jpg' );
		background-repeat: no-repeat;
		width: 368px;
		height: 218px;	
		display: block;
	}
	#location {
		background-image: url( '../images/location.jpg' );
		background-repeat: no-repeat;
		width: 368px;
		height: 299px;	
	}
	#hours {
		background-image: url( '../images/hours.jpg' );
		background-repeat: no-repeat;
		width: 368px;
		height: 251px;	
	}