#pancakes{
	width: 307px;
	height: 245px;
	background-image: url('../../images/pancakes.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	top:85px;
	left:520px;
	z-index: 9;
	}

	#plane{
		width: 350px;
		height: 75px;
		position:absolute;
		top:5px;
		left:430px;
		background: url('../../images/animation.gif');
		text-indent: -9999px;
		}
										
#midcontent{
	width: 795px;
	height:185px;
	background: url('../../images/middle_bg.jpg') repeat-x;
	margin-top: 2px;
	}
		#intro{
			color: white;
			width: 450px;
			height: 120px;
			font-size: 13px;
			line-height: 23px;
			margin-left: 30px;
			padding-top:15px;
			}
#lowcontent{
	width: 795px;
	height: 170px;
	background: url('../../images/lower_bg.jpg') repeat-x;
	margin-top: 2px;
	}
	#lowcontent p{
		margin-left: 20px;
		}
	#lowcontent a.homelinks{
			color: #ff7b10;
			font-weight: bold;
			text-decoration: none;
			}
	#lowcontent a.homelinks:hover{
		color: #286ba5;
		}
		#leftbox{
		width: 265px;
		font-size: 14px;
		color: #444444;
		float: left;
		position: relative; 
		}
			#leftbox img.hotdog{
				width: 114px;
				height: 101px;
				position: absolute;
				top:40px;
				left: 140px;
				}
		h2.serve{
			display: block;
			background-image: url('../../images/wealsoserve.gif');
			background-repeat: no-repeat;
			text-indent: -9999px;
			height: 24px;
			}
		#items{
			margin: 7px 0 0 10px;
			}
	#midbox{
		width: 261px;
		height: 170px;
		font-size: 14px;
		color: #444444;
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
		float: left;
		}
		#request{
			margin: 7px 0 0 10px;
			}
		h2.request{
			display: block;
			background-image: url('../../images/request.gif');
			background-repeat: no-repeat;
			text-indent: -9999px;
			height: 24px;
			}
	#rightbox{
		width: 265px;
		font-size: 14px;
		color: #444444;
		float: left;
		}
		#answer{
			margin: 7px 0 0 10px;
			}
			h2.questions{
			display: block;
			background-image: url('../../images/questions.gif');
			background-repeat: no-repeat;
			text-indent: -9999px;
			height: 24px;
			}
