Hvis du absolut skal lege med det, så kan du jo evt. bygge lidt videre på dette.
Men jeg kan da overhovedet ikke anbefale det :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="
http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
html, body {
height:100%;
width:100%
}
body {
margin: 0px;
padding: 0px;
background-color: #CCCCCC;
height: 100%;
width: 100%;
}
#Straek_Bg {
height: 100%;
width: 100%;
position: absolute;
left: 0px;
top: 0px;
}
#Neste_Div {
position: relative;
height: 300px;
width: 750px;
background-color: #0000FF;
margin-right: auto;
margin-left: auto;
}
-->
</style>
</head>
<body>
<div id="Straek_Bg">
<img src="/design_kladde.gif" width="100%" height="100%" />
</div>
<div id="Neste_Div">
</div>
</body>
</html>