body	{
    background-color: #ffe5e6; /*kleur voor: achtergrond*/
    font-family: calibri, sans-serif;
    font-size: 1.9em;
    color: #e30d11; /*kleur voor: tekst, randen*/
    margin: auto;
    width: 800px;
}

#contn {
    height: 660px;
/*    margin-top: 40px;*/
    background: url(bckgr.png) no-repeat;
}

#textbox {
    position: relative; 
    left: 440px; 
    top: 138px; 
    width: 270px; 
    height: 150px; 
    display: table; 

    /*    margin: 150px 85px 0 0;
        text-align: center;
        float: right;
        height: 150px;
        width: 280px;*/
}

#textbox p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}