﻿.wrapper
{
    background: #191919 url(/media/images/misc/background.gif) repeat-y center;
    margin: 0 auto;
    width: 855px;
    padding-bottom:50px;
    margin-bottom:50px;
}
.logo
{
    position: relative;
    top: 8px;
    left: -9px;
    z-index: 1;
    float: left;
}
.banner
{
    background: #111111 url(/media/images/misc/banner.gif) no-repeat;
    width: 852px;
    height: 100px; /**/
    margin: 0 auto;
}
.imagebutton
{
    border: solid 1px SlateGray;
    background-color: Black;
    padding: 0px 2px 0px 2px;
    text-align: center;
    margin:0px 3px 0px 3px;
    vertical-align: middle;
    text-decoration: none;
    width:50px;
}
.footer
{
    border-top: 1px solid #cccccc;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    text-align: center;
    vertical-align: bottom;
    background-color: #f3f4f1;
    width: 853px;
}
