#website {
    background-image: url(/images/site/home_bg.gif);
    background-position: 79px 16px;
}


#right {
    background-image: url(/images/site/fade.png);
    background-repeat: repeat-x;
}
html* #right {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/fade.png', sizingMethod='scale');
}

#content .list {
    padding: 10px 0 0 52px;
}

#content .list ul {
    float: left;
    margin-bottom: 5px;
}

#content .list div {
    width: 196px;
    height: 76px;
    background-image: url(/images/site/raute.png);
    background-repeat: no-repeat;
    margin: 0 -8px -7px 0;
    position: relative;
}
html* #content .list div {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/raute.png');
}

#content .list li {
    opacity: 0.8;
}

#content .list li: hover {
    opacity: 0.99;
}

#content .list a {
    display: block;
    width: 196px;
    height: 76px;
    line-height: 76px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: absolute;
    z-index: 1;
}

html* #content .list a: hover {
    text-decoration: underline;
}