﻿.footerContent
{
    margin: 0 auto;
    *margin: 0 auto;
    _margin: 0 auto;
}
#bulletin 
{
    clear: both;
    border: 3px dashed red;
    background-color: #fff;
    color: blue;
    padding-bottom: 87px;
    padding-top: 29px;
    height: 115px;
    position: relative;
    display: none;
    width: 97%;
    margin: 1%;
}
#closeBulletinBtn
{
    position: relative;
    float: right;
    margin: 10px;
    top: -15px;
    cursor: pointer; 
}