body {
	text-align:center;		/* for IE */
	margin:10px 0px;
	background:#EEE9E3 url('/images/com.steakescape.background.gif') repeat-y;
}

#ddiv {
	border:1px solid #000000
}

div.pageContainer {
	position:relative;
	margin:0px auto;			/* align for good browsers */
	text-align:left;		/* counter the body center */
	width:955px;
	z-index:1;
}

div.mainMenu {
	position:relative;
	top:0px;
	left:0px;
	width:955px;
	z-index:5;
}

div.driveThru {
	top:0px;
	left:0px;
	width:940px;
	position:absolute;
	text-align:right;
	z-index:6;
}

div.left {
	position:absolute;
	width:600px;
	z-index:4;
}

div.right {
	float:right;
	width:550px;
	text-align:left;
	z-index:2;
}

div.footer {
	width:955px;
	margin:0px auto;			/* align for good browsers */
	text-align:left;		/* counter the body center */
	clear:both;
	float:none;
}

div.driveThru p { text-align:right; }
