ciao a tutti,

ho una pagina molto semplice con solo un'immagine di sfondo e vorrei fosse centrata ho fatto cosi
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=utf-8" />
<title>sito</title>
<style type="text/css">
<!--
body {
	background-color: #000;
	background-image: url(img/foto.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
-->
</style></head>

<body>
</body>
</html>
solo che non capisco perchè l'immagine si vede tutta in alto e per metà!



Grazie mille