/* CSS Document */
div.decoration{
float: right;
width: 350px;
height: 549px;
}

*html div.decoration{
 max-height: 200px;
}

div.float-right{
background-image: url(../images/xmas1.jpg);
float: left;
width: 299px;
height:205px;
}

div.float-right2{
background-image: url(../images/xmas2.jpg);
position: relative;
width: 148px;
height: 238px;
z-index: 20;
top: 170px;
left: 130px; 
}

*html div.float-right2{
  top: -35px;
}

