Ciao ragazzi,
sara' pur l'ennesimo topic, io ho in continuazione problemi con la compatibilitá delle risoluzioni. In un altro topic avevo letto un link riguardo ai layout liquidi. Dal tutorial ho copiato solamente il CSS ma il problema non vuol sparire.
Vi faccio vedere il codice.


codice:
<?xml version="1.0" encoding="ISO 8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>Egresi Zsuzsanna - Susanna Egresi</title>

<link href="style.css" rel="stylesheet" type="text/css" />

</head>

<body>

<div id="container">




      
         <div class="enter">
           
           Belépés
           Entra
           Enter
           
         </div>
         <span class="bv">
         Best view in 1024x768
         </span>
         

</p>
</div>

</body>
</html>
CSS

codice:
/*Default*/
body { 

       background-image: url(intro.png);
       background-color: white;
       background-repeat: no-repeat;
       background-position: center;
       font-family: verdana;
       font-size: 76%;
       margin-top: 50%;
       
       }
       
#container {

          position: absolute; top: 35em; left: 18em; bottom: 10em; right: 35em; width: 35em; height: 2em; 
          
          font-family: verdana;
          
          }

.enter {

          
          font-size: 2em;
          font-color: #6666CC;
          
          
          
          }
          
.bv {

        font-size: 0.8em;
        color: #3C4138;
        
        
                                
          
          }
Questa sarebbe solamente la pagina d'entrata del sito, ma questo problema banale comincia a rompermi le pallottole.
Sfondo:

Grazie anticipate per l'aiuto!