/*
 * FrontPage Layout
 *
 * @package SeatForTwo
 * @version 1.0
 * @since 1.0
 * @link http://www.seatfortwo.com/
*/
body{ 
	background:none; 
}
#frontPageWrapper{
	height:1%;
	width:1050px;
	margin:0 auto;
	overflow:hidden;
}
#frontPageTop{
	height:15px;
	width:1050px;
	margin-top:30px;
	background:url(img/frontpage_top_shadow.jpg) repeat-x 0 0;
}
#frontPageTop #topLeft{
	float:left;
}
#frontPageTop #topRight{
	float:right;
}
#frontPageContent{
	width:1050px;
	background:url(img/frontpage_shadow.jpg) repeat-y 0 0;
}
#frontPageSpacer{
	width:1050px;
	min-height:50px;
	background:url(img/frontpage_spacer.jpg) no-repeat 0 0;
}
#frontPageFooter{
	clear:both;
	width:1050px;
	padding:25px 0;
}