#collage{
   height:275px;
   width:750px;
   background-color:#404040;
   z-index: 1
}

#collage #head{
   height:2px;
   z-index: 2
}

#collage #body{
   height:265px;
   z-index: 2
}

#collage #body .image_1{
   position:relative;
   float:left;
   top:0px;
   left:10px;
   height:265px;
   width:196px;
   z-index: 3
}

#collage #body .image_2{
   position:relative;
   float:left;
   top:0px;
   left:12px;
   height:265px;
   width:350px;
   z-index: 3
}

#collage #body .image_3{
   position:relative;
   top:0px;
   left:15px;
   height:130px;
   width:175px;
   z-index: 3
}

#collage #body .image_4{
   position:relative;
   top:4px;
   left:15px;
   height:130px;
   width:175px;
   z-index: 3
}

#collage #foot{
   height:12px;
   background:#404040 url(/layout/capitalcitytkd/images/imagetable_foot_middle.gif) repeat-x scroll left bottom;
   z-index: 2;
}

#collage #foot .left{
   position: relative;
   float:left;
   left:0;
   bottom:0;
}

#collage #foot .right{
   position: relative;
   float:right;
   right:0;
   bottom:0;
}