body {
 font-size: 12px;
 font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
 background: #f8f8f8;
}

#logo {
 top:50%;
 left:50%;
 position:absolute;
 width:400px;
 height:60px;
 display:block;
 padding:8px 8px 8px 40px;
 margin:-107px 0 0 -200px;
 background:url(../../admin/images/logo.gif) no-repeat 50% 50%;
}

#error {
 top:50%;
 left:50%;
 position:absolute;
 width:400px;
 text-decoration:none;
 display:block;
 padding:8px 8px 8px 40px;
 margin:-17px 0 0 -200px;
 background:#fcfce1 url(../../admin/images/error.png) no-repeat 10px 50%;
 border:#dedec0 1px solid;
}

#link {
 width: 100%;
 text-align: center;
 margin-top: 10px;
}

#link a:link, #link a:visited {
 color: #777;
}