body.bg {
    background-color: #83aa35;
}
a, a:link, a:active, a:visited {
    color: #34754d;
}
.bg #container {
    background: url('/i/bg_valley.jpg') no-repeat 50% 0;
}
#top .contacts span {
    color: #000;
}
#top .contacts p {
    color: #000;
}
.animals {
    padding: 0 0 0;
}
.animals span {
    background: url('/i/parrot.png') no-repeat 0 0;
    height: 219px;
}
* html .animals span {
	background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/parrot.png');
}

.tail {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 550px;
    background: url('/i/parrot_tail.png') no-repeat 0 0;
}

* html .tail {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/parrot_tail.png',sizingMethod='scale');
}

