/* Structure
----------------------------------------------- */
#container{
	width: 100%;
}

header{
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	opacity: 0.85;
}

#content{
	width: 100%;
	float: none;
	padding-bottom: 0;
}

.moduletable_homepage{
	clear: both;
}

footer{
	position: fixed;
	bottom: 0;
	z-index: 1000;
}



/* Images
----------------------------------------------- */
#supersized img{
	max-width: none;
}