/* CSS Document */
div.decoration{
float: right;
width: 350px;
height: 549px;
}

*html div.decoration{
 max-height: 200px;
}

div.float-right{
background-image: url(../images/join1.jpg);
float: left;
width: 300px;
height:240px;
}

div.float-right2{
background-image: url(../images/main4.jpg);
position: relative;
width: 182px;
height:152px;
z-index: 5;
top: 170px;
left: 150px; 
}

*html div.float-right2{
  top: -75px;
}

div.float-right3{
 background-image: url(../images/join2.jpg);
position: relative;
width: 200px;
height:229px;
top: 120px;
left: 20px;
z-index: 10;
}

*html div.float-right3{
top: -120px;
}

