.bulletin {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    left: 0;
    box-shadow: 10px 0 5px #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.bulletin ul {
    position: absolute;
    float: left;
    margin: 0 0 0 30px;
    height: 30px;
    overflow: hidden;
    left: 0;
    right: 20px;
    background: url(../img/bulletin.gif) no-repeat;
    background-position-y: 5px;
}
.bulletin li {
    position: absolute;
    top: -999em;
    left: 25px;
    display: block;
    white-space: nowrap;
}
.bulletin a {
    height: 33px;
    line-height: 33px;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
}
.bulletin .close {
    float: right;
    margin-right: 10px;
    z-index: 1001;
}
