#tree {
        position: absolute;
        bottom:450px;
        right: -20px;
        z-index: 100;
        width: 75px;
        height: 73px;
        background: url(../images/design/tree.png) no-repeat;
}
#man {
        position: absolute;
        top: 20px;
        left: -20px;
        z-index: 100;
        width: 123px;
        height: 164px;
        background: url(../images/design/man.png) no-repeat;
}
#dog {
        position: absolute;
        bottom: -90px;
        right: -20px;
        z-index: 100;
        width: 154px;
        height: 130px;
        background: url(../images/design/dog.png) no-repeat;
}
#brevno {
        position: absolute;
        top: 0;
        right: 30px;
        z-index: 500;
        width: 528px;
        height: 253px;
        background: url(../images/design/brevno.png) no-repeat 0 0;
}
#tel {
        position: absolute;
        top: 0;
        right: 30px;
        z-index: 500;
        width: 100%;
        height: 50px;
}
#brevno span, #tel span {
        position: absolute;
        bottom: 10px;
        right: 50px;
        font-size: 20pt;
        color: #402309;
        font-weight: bolder;
}
#tel span {
	float:right;
}
#lego-logo {
        position: absolute;
        top:10px;
        left: 0;
        overflow: hidden;
        width: 100%;
        z-index: 10000;
		left: 400px;
}

#cart {
        z-index: 5000;
}

#lego-logo div {
        width: 400px;
        margin: 0 auto;
}

span.sale-price {
        font-size: 1em;
        color: red;
        font-weight: bolder;
        text-decoration: blink;
}
