/* 
    Document   : error
    Created on : 04-feb.-2013, 11:24:55
    Author     : Erwin Van Wesemael
    Description:
        Styling the error page.
*/

a{
    color: #069;
}

#broken_link{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 336px;
    height: 280px;
    background-image: url('images/broken_link.jpg');
}

#kbr_logo{
    position: relative;
    width: 158px;
    height: 66px;
    background-image: url('images/logo_kbr.gif');
    margin: 20px 0px;
}

#error_text{
    position: absolute;
    width: 500px;
    left: 350px;
    margin: 0px auto;
}