Also, da ja schon ein Beispiel vorhanden war, hab ich das jetzt einfach umgestellt:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<head>
<title>Rossitown-Clan.de</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta http-equiv="Content-Language" content="de" />
</head>
<style type="text/css" title="defaultStyle">
/*<![CDATA[*/
<!--
* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
body {
background-color: #646464;
background-image: url('bilder/background.jpg';
background-repeat: repeat-x;
}
div {
font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
font-size: 11px;
color: #000000;
}
#container-page {
position: relative;
margin: 0 auto;
width: 803px;
min-height: 100%;
height: auto !important;
height: 100%;
border-left: 1px solid #101010;
border-right: 1px solid #101010;
background: #3C3C3C;
}
#container-head {
line-height: 0px;
}
#container-content:after {
display: block;
height: 0;
content: ".";
visibility: hidden;
clear: both;
font: 1px/0px serif;
}
#container-foot {
width: 100%;
background: #CCC;
position: absolute;
bottom: 0 !important;
bottom: -1px; /* For Certain IE widths */
height: 15px;
}
-->
/*]]>*/
</style>
</head>
<body>
<div id="container-page">
<div id="container-head">
<img src="bilder/top.jpg"><br />
<img src="bilder/header.jpg"><img src="bilder/login.jpg">
</div>
<div id="container-content">Content</div>
<div id="container-foot"><img src="bilder/footer.jpg"></div>
</div>
</body>
</html>