.loops-yellow{
width:250px;height:215px;
background-image:url(../images/loops-yellow.gif);
background-repeat:no-repeat;
background-position:top right;
text-align:center;
z-index:1;
}

#decorator{
border-top:10px solid rgb(196,220,10);
border-bottom:10px solid rgb(196,220,10);
}

 .imageleft img{
 float:left;
 margin: 0 25px 25px 0;
 border:10px solid rgb(196,220,10);
 }
 
 .imageright img{
 float:right;
 margin: 0 0 25px 25px;
 border:10px solid rgb(196,220,10);
 }