
html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #444444;
	font-weight:normal;
	text-decoration:none;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	background-color:#b9e8be
}

.midt {
	text-align: center;
    height: 619px;
	width: 960px;
	background-image: url(flash_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #000000;
}


#divtop {
	background-color:#b7d9f2;
	height:10%;
	float: left;
	width: 100%
	
}

#divmiddle {
	float: left;
	height: 619px;
	width: 100%;
	padding: auto;
	text-align: center;
	background-image: url(flash_bg.jpg);
	background-repeat: repeat-x;
}
#divbund {
background-color: black;
width: 619px;
float: middle;
margin: 0px auto 0px auto;

}


