c'è qualche parametro che è ASSENTE???
Mancano le basi.
A prescindere dalla struttura che avresti voluto dare alla tua pagina, ti allego un codice meno scorretto da cui partire.
La tua pagina:
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body, html {
margin: 0 auto;
text-align:center;
}
#Messaggio {
width: 340px;
background-color:#999999;
border: 3px #285B6F solid;
margin:0 auto;
top: 40%;
left: 50%;
margin: -90px -170px;
position:absolute;
z-index: 3;
}
#Funzioni {
width: 60px;
position:relative;
background-color:#FFFFFF;
text-align:center;
margin: 0 auto
}
#DivForm {
text-align: center;
}
-->
</style>
</head>
<body>
<div id="Messaggio">
<div id="DivForm">
ciao sono centrato
qui! fds f sfd sadfa
sfd asdf sadf asf asfd
sa f dsaf dsaf
asdasadsddsa
sadasdasd
asdasdads
asdadsad
asdadsasd
asdadsad
</div>
<div id="Funzioni">
ciao2!
</div>
</div>
</body>
</html>