body{
     margin: 0;
     padding: 0;
     overflow: none;
     overflow-y: hidden;
     background-color: #B0D3F3;
}

#headermenu{
     width: 100%;
     height: 29px;
     background: #779BCA url('headertlo.gif') top left repeat-x;
     font-family: Arial, Helvetica, sans-serif;
     color: #fff;
     font-size: 13px;
     font-weight: bold;
     line-height: 29px;
}

div.foot-er{
    width: 100%;
    text-align: center;
}
div.foot-er *{
    color: #557;
    font-size: 10px;
}
div.foot-er a{
    text-decoration: none;
}
div.foot-er a:hover{
    text-decoration: underline;
}
div.foot-er span.separate{
    font-size: 7px;
}

