/* CSS Document */

#main{

}

.home{
  height: 500px;
}
	
.home-background{

	background: url(../images/home_background_large.jpg) center 50% no-repeat;
	height: 500px;
	
	
}

h1.open-for-lunch{
	background-size: auto;
	width: 504px;
	height: 143px;
}

h1.now-taking-reservations{
	background-size: auto;
	width: 408px;
	height: 143px;
}


h2.carry-out-dine-in{
}

.menu-container .category,
.catering-container .category{
	float: left;
	width: 40%;
	margin: 25px 5%	;
}

.menu-container .entrees,
.menu-container .desserts{
	clear: both;
  float: none;
	width: 90%;
	margin: 25px 5%;	
}

.catering-container .box-lunch{
	clear: both;
}