html,body
{
margin : 0 ;
padding : 0 ;
text-align:center;
background-color:#FFFA9F;
}

div#container
{
margin:0 auto;
background-color:#FFFFFF;
width:100%;
text-align:left;
}

div#text
{
position : relative ;
left : 200px; 
top : 0px; 
width:70%;
margin-bottom: 0px;
font-size: 13pt;
font-family: Arial, Swiss, Tahoma;
}

div#beneden
{
position: absolute;
left: 0px;
width: 100%;
}

div#menu
{
position: absolute;
top: 150px;
left: 30px;
}

div#logo
{
position: absolute;
top: 15px;
left: 50px;
}

div#headertext
{
position: absolute;
left: 120px;
font-size: 30pt;
font-family: Arial, Swiss, Tahoma;
font color: #0000FF;
font-weight: bold;
}

div#john
{
position: absolute;
top: 55px;
left: 155px;
font-size: 14pt;
font-family: Arial, Swiss, Tahoma;
<font color="#0000FF">
font-style: italic;
}

div#email
{
position: absolute;
bottom: 4px;
left: 10px;
border: 0;
border-color: white;
}

