html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	background: #000 url(./images2/background.jpg) no-repeat;
}

#container {
   min-height:100%;
   position:relative;
}
#top {
   padding-left: 200px;
}

#body {
   padding-bottom:215px;   /* Height of the footer */
   padding-left: 200px;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:220px;   /* Height of the footer */
   background: url(./images2/verlauf_fusszeile.png) repeat-x 0 bottom;
}

#footer img {
	padding-left: 200px;
}