ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
    margin:0;
    padding:0;
}

body{
    background:#fff url(../images/404bg.jpg) repeat-x;
    text-align:left;
    font-family:Arial;
}

#wrapper{
    width:800px;
    margin:0 auto;
    text-align:center;
}

#logo{
    margin-top:200px;
}

h1{
    background:transparent url(../images/404textbg.jpg) no-repeat;
    padding-left:80px;
    height:61px;
    width:537px;
    text-align:center;
    margin:20px auto;
    color:#534741;
    font-size:20px;
    font-weight:normal;
    line-height:60px;   
}

p{
    font-size:12px;
    line-height:18px;
}

a{
    color:#f04b2a;
}
p.red{
    font-size:14px;
    color:#f04b2a;
    font-weight:bold;
}
