body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
}

body {
	background-image: url(../img/weltstartseite_bg.jpg);
	background-position: center 35%;
	background-repeat: no-repeat;
}
select.languagebox {
	width: 145px;
}

#flash {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	text-align: center;
}

#box {
	position: absolute;
	width: 100%;
	z-index: 9;
	text-align: center;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	height: 177px;
	z-index: 3;
	display:none;
}
/*
#newyearframe {
	width: 100%;
	position: absolute;
	height: 258px;
	z-index: 4;
	text-align: center;
	top: 22%;
}

#newyear {
	width: 440px;
	height: 258px;
	margin: 0 auto;
	background-image: url(../img/startseite_silvester.png);
	background-repeat: no-repeat;
	background-position: right;
}
*/