form { height:100%; }
#canvas {
	position:relative;
	width:980px;
	min-height:100%;
	margin:0 auto;
	padding:0 0 5em;
	background-color:#fff;
}

/* header */
#header { 
	position:relative;
	z-index:999;
	margin:0;
	padding:0; 
	height:103px;
}
	#header #flash {
		background:url('../images/place-holder-flash.gif') no-repeat 0 0;
		width:310px;
		height:103px;
		position:absolute;
		top:0; left:240px;
	}
	
/* content */
#content {
	margin:0;
	padding:0 0 10px;
	clear:both;
/*	background:#000 url('../images/backgrounds/content2.jpg') no-repeat 0 100%;				*/
	background:#000000 url('../../Uploads/Images/homepage_background/content2.jpg') no-repeat 0 100%;
	zoom:1;
}
	#content:after {
		content:".";
		display:block;
		clear:both;
		height:0;
		visibility:hidden;
	}
#sidebar {
	position:relative;
	float:left;
	width:200px;
	margin:0 0 15px 6px;
	z-index:999;
}
#homepage #sidebar {
	margin:18px 0 15px 6px;
}
#column {
	float:right;
	width:722px;
	margin:20px 6px;
	min-height:565px;
	padding:0 17px;
	background:transparent url('../images/backgrounds/main-content.png') repeat-y 0 0;
	position:relative;
}
#homepage #column {
	width:748px;
	min-height:0;
	margin:20px 12px 0 0;
	padding:0;
	background:none;
}
#hotspots {	
	margin-top:38px;
	background:transparent url('../images/backgrounds/hotspots-content.png') no-repeat 0 100%;
}
#offers {
	float:left;
	padding-right:13px;
    width:296px;
}
#homepage #offers {
	float:right;
	width:296px;
	padding:0;
}
#online-merchant #offers {
	width:732px;
	margin-right:-10px;
}
#online-merchant #offers .box {
	margin-right:10px;
	width:234px;
}
#online-merchant #offers .box .top, #online-merchant #offers .box .bottom {
	background-image:url("../images/backgrounds/box-medium.gif");
	width:356px;
}
	
/* footer */	
#footer {
	position:absolute;
	left:0; bottom:0;
	width:980px;
	margin:20px 0;
	clear:both;
	overflow:hidden;
}

/* cover frame */
.cover-frm {
	position:absolute;
	z-index:998;
	display:block;
	width:0;
	height:0;
	border:0;
	filter:alpha(opacity=0);
	left:-9999px;
	top:-9999px;
}
