<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" lang="it" dir="ltr">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//IT"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<style type="text/css" />
.imag {width: 100%; /*le dimensioni vanno inserite per FF*/
heigth: 100%;
background: url(g_7.png);
background-repeat: no-repeat;
background-position: center;
/*background-position: center, center; immagine in alto a sx*/
/*background: url(g_7.png) no-repeat center; shorthand-property*/
margin: auto;}
</style>
</head>
<body>
<div class="imag"></div>
</body>
</html>