codice:
<!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>Documento senza titolo</title>
<style type="text/css">
html, body {
height:100%;
margin:0;
padding:0
}
#container {
min-height:567px;
height:100%;
width:1020px;
margin:auto;
position:relative;
}
#image {
width:1020px;
height:567px;
position:absolute;
top:50%;
margin-top:-283px;
}
</style>
</head>
<body>
<div id="container">
[img]immagine.jpg[/img]
</div>
</body>
</html>