body{
        margin:0;
        padding:0;
        font: 100% arial, hevetica, sans-serif;
        font-size:11px;

        text-align: center;
        color: #554227;
        background-color: #FFFFFF;
}

a{
        color: #FFFFFF;
        text-decoration: none;
}

a:hover{
        text-decoration: none;
}

a:active{
        text-decoration:none;
}

#container{
        margin: 2em auto;
        width:         800px;
        height: 600px;/*auto;*/
        text-align: center;

        background-color: #FFFFFF;
        /*border: 1px solid black;*/
        /*padding: 10px 10px 10px 10px;*/
}

#context{
        padding: 0px 10px 10px 10px;
}

#context a{
        color: #554227;
        text-decoration: none;
}

#context a:hover{
        text-decoration: none;
}

#context a:active{
        text-decoration:none;
}


#imageHead{
        width:         430px;
        height:        130px;
}

#imageFooter{
        height:        60px;
}

