body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", serif;
	background-color: #a28b72;
	color: #351901;
}

#container{
	background: transparent url(images/background.jpg) center top no-repeat;
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
}

#content {
	width: 900px;
	height: 870px;
	margin: 0 auto;
	position: relative;
}

#header {
	text-indent: -9999px;
	background: transparent url(images/logo.png) 0px 35px no-repeat;
	padding: 35px 0 0;	
}

#header h1 {
	margin: 0;
}

.order  {
	float: right;
	padding: 20px 10px 0;
}

.order a {
	text-indent: -9999px;
	background: transparent url(images/order-online.png) left top no-repeat;
	display: block;
	width: 105px;
	height: 30px;
}

.order a:hover {
	background-position: 0px -30px;
}

.about {
	position: absolute;
	width: 387px;
	padding-left: 16px;
	padding-right: 8px;
	background: transparent url(images/about-header.jpg) center top no-repeat;
	left: 309px;
	top: 103px;
	z-index: 20;
}

.about h2 {
	text-indent: -9999px;
}

.about p {
	margin-top: -10px;
	font-style: italic;
	font-size: .9em;
	padding-right: 40px;
}

.about .order {
	padding: 10px 80px 0 0;
	background: transparent url(images/order-online-stamp.jpg) left top no-repeat;
	text-indent: -9999px;
	width: 156px;
	height: 30px;
}

#specials {
	position: absolute;
	/*background: transparent url(images/specials.jpg) left top no-repeat;*/
	width: 198px;
	height: 257px;
	right: 0;
	z-index: 30;
	top: 245px;
	left: 660px;
}

#specials li, #specials span {
	text-indent: -9999px;
	display: block;
}

#items {
	position: relative;
}

#items  img {
	position: absolute;
}

#items .pizza {
	top: 7px;
	left: 14px;
}

#items .roadies {
	top: 164px;
	left: 326px;
}

#items .roadies-2 {
	left: 621px;
	top: 225px;
}

#items .roadies-3 {
	left: 691px;
	top: 310px;
}

#items .calzones {
	left: 14px;
	top: 310px;
}

#items .grinders {
	left: 211px;
	top: 544px;
}

#items .wraps {
	left: 450px;
	top: 544px;
}

#items .salads {
	top: 418px;
	left: 620px;
}

#footer {
	text-align: center;
	background: transparent url(images/footer-bg.jpg) left top no-repeat;
	width: 894px;
	height: 61px;
	font-size: .9em;
	
	position: absolute;
	bottom: 0px;
	padding: 10px 0 0 0;
	margin: 0 0 -3px 3px;
}

#footer span {
	font-size: .9em;
}

