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

#website {
margin: 0 auto;
margin-top:5px; 
width:100%;
height:100%;
}
