div.top
{
position : absolute;
top      : 5px;
left     : 5px;
width    : 801px;
height   : 96px;
background-image : url('/img/top.png');
background-repeat : no-repeat;
}

div.b1
{
position : absolute;
left     : 234px;
top      : 111px;
width    : 68px;
height   : 31px;
background-image : url('/img/home.png') ;
background-repeat : no-repeat;
text-align :center;
padding-top: 5px;
}

div.b2
{
position : absolute;
left     : 318px;
top      : 111px;
width    : 108px;
height   : 31px;
background-image : url('/img/team.png') ;
background-repeat : no-repeat;
text-align :center;
padding-top: 5px;
}

div.b3
{
position : absolute;
left     : 447px;
top      : 111px;
width    : 101px;
height   : 31px;
background-image : url('/img/refferals.png') ;
background-repeat : no-repeat;
text-align :center;
padding-top: 5px;
}

div.b4
{
position : absolute;
left     : 570px;
top      : 111px;
width    : 82px;
height   : 31px;
background-image : url('/img/events.png') ;
background-repeat : no-repeat;
text-align :center;
padding-top: 5px;
}

div.b5
{
position : absolute;
left     : 673px;
top      : 111px;
width    : 127px;
height   : 31px;
background-image : url('/img/rescources.png') ;
background-repeat : no-repeat;
text-align :center;
padding-top: 5px;
}

a.top
{
font-size  :18px;
color      :FFFFFF;
font-family:verdana;
}