.hidden {
    display: none;
}

option.special-offer {
    color: #c00;
}

#home-notice {
    position: absolute;
    display: block;
    left: 380px;
    top: 244px;
    width: 135px;
    height: 194px;
    margin: 0;
    padding: 10px;
    z-index: 100000000000000;
    background: transparent url(../imgs/notice.png) no-repeat 0 0;
    text-align: center;
}

#home-notice h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #cf364b;
    line-height: 110%;
    letter-spacing: 50%;
}

#home-notice p {
    color: #000;
    line-height: 120%;
    font-size: 12px;
}

#home-notice-link {
    position: absolute;
    display: block;
    left: 380px;
    top: 244px;
    width: 155px;
    height: 214px;
    z-index: 100000000000001;
}

#home-notice-link a {
    display: block;
    width: 155px;
    height: 214px;
    text-indent: -9999px;
    overflow: hidden;
}
