body {
	background-attachment: scroll;
	background-image: url(../images/frontpage/bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin:0px;
}
html, body{
	height: 100%;
}
#navbar {
	position: absolute;
	z-index: 4;
	top: 28px;
	width: 80.1%;
	left:10%;
	border-bottom-width: 1px;
}
#footer {
	visibility: hidden;
}
#mutant{
	background: url(../images/frontpage/mutant.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
	width: 65%;
	margin-left: 35%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#splashTop {
	background-image: url(../images/frontpage/top.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-position: right top;
	z-index: 2;
}
#sectionTitle {
	visibility: hidden;
	height: 1px;




}
#badge {
	position: absolute;
	height: 104px;
	width: 104px;
	top: 115px;
	right: 12%;
	z-index: 5;

}
#speak {
	margin-left: 35%;
	position: absolute;
	z-index: 1;
	left: 0px;
	background-image: url(../images/frontpage/speak.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
	width: 65%;
	top: 0px;



}
