Code:
<style>
body {background:#3B5C79;margin:0;padding:0;text-align:center;height:100%}
#pageWrapper {background:#294155;border-left:8px solid #4E799F;border-right:8px solid #4E799F;padding:0 2px 0 2px;width:800px;margin:0 auto 0 auto;height:100%}
#contentWrapper {background:#FFFFFF;padding: 12px 0 0 0;margin:0 auto 0 auto;;height:100%}
#go-logo {background:url(go-logo_height.png) no-repeat;height:93;width:441px;margin:0 auto 0 auto}
</style>
<body>
<div id="pageWrapper">
<div id="contentWrapper">
<div id="content">
<div id="go-logo"></div>
</div>
</div>
</div>
</body>
Warum ist denn die Seite höher als das Fenster. Ich habe dem Body doch die 100% gegeben und demnach müsste sich auch das Div danach richten!?