/*
 * Page Without Sidebar Layout
 *
 * @package SeatForTwo
 * @version 1.0
 * @since 1.0
 * @link http://www.seatfortwo.com/
*/

/* Page Without Sidebar Layout
*************************/
#page{
	height:1%;
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#header{
	z-index:2;
	width:1000px;
	min-height:123px;
	position:relative;
}
#subheader{
	height:170px;
	text-align:right;
	width:1000px;
	padding-top:25px;
}
#middle{
	display:block;
	min-height:300px;
	width:1000px;
	overflow:hidden;
	height:1%;
}
#footer{
	clear:both;
	width:1000px;
	padding:25px 0;
}