﻿* {
    margin: 0;
}

html, body {
    background: #b6b7bc;
    font-size: .80em;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-size:8pt; 
    font-family:arial, georgia, palatino linotype;
    margin: 0px;
    padding: 0px;
    height:100%;
    color: #696969;    
}
.header
{
    position: absolute;
    width: 777px;
    margin: 0px auto 0px auto;
    text-align:left;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -4em;
    width:777px;
}
.push
{
    height:100%;
    margin-top:185px; 
    width:777px; 
    background:#ffffff;
    border: 0px #000000 solid;
    
}
.twitter
{
    position: absolute;
    width: 777px;
    margin: 0px auto 0px auto;
    text-align:left;
}
.footer{
height: .5em;
    width: 777px;
    background: #b6b7bc;
    text-align:center;
    border: 0px solid #496077;

}