html {
 height:100%;
}
body {
 height:100%;
 margin:0;
 padding:0%;
 background-image: url(backGND.gif);
}
.masterContent {
	position: absolute;
	width: 600px;
	height: 450px;
	left: 180px;
	top: 90px;
}
.overAllcontent{
	position: absolute;
	left: 50%;
	width: 970px;
	margin-left: -485px;
	top: 25%;
	height: 640px;
	/*margin-top: -320px;*/
	margin-top: -220px;
	background-image: url(backGND.gif);
}
.bannerRight{
	width: 190px;
	height: 450px;
	left: 780px;
	position: absolute;
	top: 90px;
	border: 1;
	border-color: #666666;
}
.bannerLeft{
	width: 180px;
	height: 450px;
	left: 0px;
	position: absolute;
	top: 90px;
}
.impressum{
	width: 600px;
	position: absolute;
	top: 540px;
	height: 40px;
	left: 180px;
	background-color: #000000;
}
.bannerTop{
	width: 600px;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 180px;
}
.bannerBottom{
	width: 600px;
	height: 60px;
	position: absolute;
	top: 580px;
	left: 180px;
}
.flashCheckedContent{
	position: absolute;
	width: 600px;
}
