@charset "utf-8";
/* CSS Document */

BODY {
background-color:#FFF;
margin:0;
/* pour éviter les marges */
text-align:center;
/* pour corriger le bug de centrage IE */
height:100%;
padding:0;
width:100%;
}

#site{
position:relative;
margin-left:auto;
margin-right:auto;
width:400px;
height:300px;
}

TABLE{
}

TD{
padding:0;
margin:0;
}

HTML, BODY, TABLE {
height:100%;
margin:0;
padding:0;
width:100%;
}