#contest {
    background: #009900 url(../images/bg_contest.jpg) right top no-repeat;
    margin-bottom: 8px;
    width: 100%;
}

#contest a {
    background: url(../images/contest09.png) left center no-repeat;
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    overflow: hidden;
    padding: 14px 0 12px 90px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    text-transform: normal;
    width: 772px;
    zoom: 1; /* IE */
}

#contest a span {
    color: #BAE5A2;
    padding-left: 8px;
}

#contest a img {
    margin-left: 8px;
}

#contest a:hover {
    text-decoration: none;
    text-shadow: 0 0 12px #041B00;
}