/**
* Core
**/
body {
    background-color: #E76F51 !important;
    color: #ffffff !important;
    font-family: Tahoma, sans-serif !important;
    font-size: 16px !important;
}

header,footer,#sidebar {
    display: none !important;
}

/**
* Page Style
**/
#errorBox {
    width: 98%;
    max-width: 800px;
    margin: 3% auto;
    font-family: Tahoma, sans-serif !important;
}

hr {
    border-top: 2px solid #ffffff;
}