html,body {
overflow:hidden;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#supersized {
	z-index:0;
	position:absolute;
}
#whitebar {
	z-index:1;
	position:absolute;
	bottom:0px;
	width:100%;
	height:125px;
	background-color:#fff;
	opacity:0.1;
	filter:alpha(opacity=10);
}
#what {
	z-index:2;
	position:absolute;
	bottom:123px;
	right:50px;
}
