	#tree {
		position: absolute;
		bottom: -10px;
		right: -20px;
		z-index: 100;
		width: 75px;
		height: 73px;
		background: url(../images/design/tree.png) no-repeat; 
	}
	#man {
		position: absolute;
		top: 40px;
		left: 0px;
		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: 0;
		z-index: 500;
		width: 693px;
		height: 338px;
		background: url(../images/design/brevno.png) no-repeat 0 0; 
	}
	#brevno span {
		position: absolute;
		bottom: 20px;
		right: 50px;
		font-size: 20pt;
		color: #402309;
		font-weight: bolder;
	}
    #lego-logo {
		position: absolute; 
        top:20px; left: 0; 
        overflow: hidden;
	}
	
	span.sale-price {
		font-size: 1em;
		color: red;
		font-weight: bolder;
		text-decoration: blink;
	}