#top-left {
    width: 252px; height: 105px;
    padding-left: 0px;
}

#top-right {
    width: 548px; height: 105px;
    position: absolute; 
    left: 252px; top: 0px
}
   
/*  ************************************************************************  *
    class fixes the length of menu - this must be single line in any 
	    browser window syze
    id expands the bar up to real syze of browser window
 *  ************************************************************************  */
#menu_bar {
    background: #317CBE;
    width: 100%; height: 19px;
    position: absolute; 
    top:105px;
    z-index:1;/* for drop-down menu in IE */
}
.menu_bar {
    width: 910px; 
    height: 19px;
}
/*  ************************************************************************  */
#picture_bar {
    width: 100%;/* ??? */ 
    height: 115px;
    position: absolute;
    top:125px;
}
.frends {
    background: url(../Images/Home/frends.gif);
    width: 252px; height: 113px;
    position: absolute;
    left: 0px; 
    top:0;
}
.town {
    background: url(../Images/Home/town1.gif);
    width: 227px; height: 113px;
    position: absolute; 
    left: 253px; 
    top:0;
}

.orange {
    background: #ff7d00;
    width: 227px; height: 113px;
    position: absolute; 
    left: 481px; 
    top:0;
}
.softorange {
    background: #fa9732;
    width: 100%; 
    height: 113px;
    top:0;
}
.white{
    background:#fff;
    width: 1px; height: 113px;
    position: absolute;
    top:0;
}
