html, body
{
    padding: 0px;
    border: 0px;
    margin: 0px;
    background-color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    color: black;
    font-size: 12px;
}

.error, .msg
{
    background: white;
    color: black;
    padding: 4px;
}

.msg
{
   background: white;
}

.pageContent
{
   position: absolute;
   display: block;
   width: 850px;
   min-width: 850px;
   min-height: 850px;
   left: 50%;
   margin-left: -400px;
   background-color: #000;
   background-image: none;
   padding: 0px 25px 0px 25px;
}

.searcher, .searcherSubPage, .vertical-flash, .top, .bottom {
    display: none;
}