/* 
    Document   : style
    Created on : May 15, 2012, 11:35:32 AM
    Author     : Toushe
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    margin: 0px;
    padding: 0px;
    background: #a09d9e; 
    font-family: "Trebuchet MS",Helvetica;
}

.header {
    height: 197px;
    background: url('img/header_bg.png') repeat-x;
}

.logo {
    width: 364px;
    margin: 0 auto 0 auto;
    padding-top: 60px;
}

.content {
    height: 570px;
    background: #fff;
}

.error {
    padding-top: 30px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.error_text {
    height: 82px;
    color: #a09d9e;
    font-weight: bold;
    margin-left: 30px;
    line-height: 82px;
    font-size: 30px;
}

p {
   font-size: 18px;
   color: #a09d9e;
   line-height: 55px;
   text-align: center;
   clear: both;
}

p .highlight {
   color: #525252;
}

a {
    text-decoration: none;
    border: 0px;
}

img {
    border: 0px;
}

.button {
    margin-top: 65px;
    width: 285px;
    margin-left: auto;
    margin-right: auto;
}