* { margin: 0; padding: 0; }

body {
    border-top-width: 30px;
    border-top-style: solid;
    font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}
body.front {
    border-top-color: #726658;
}
#message {
    margin-left: 8px;
    padding: 16px 16px 40px 16px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#center { width: 292px; margin: 7em auto;}
#message {
    background-color: #F7941D;
    color:#000000;
}	
#message .forgetmenot { font-weight: normal; float: left; margin-bottom: 0;}

#message p { margin-bottom: 24px; }

#top {
    position: absolute;
    top: 7px;
    left: 15px;
    color: #ccc;
}
#logo {
  position:absolute;
  bottom: 2px;
  right:2px;
}