#rightpic {
    position: relative;
}
 #rightpic img {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 225px;
        height: 90px;
    }

#leftpic {
    position: relative;
}

#leftpic img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 225px;
        height: 90px;
    }

#middlepic
{
    position: relative;
}

#middlepic img{

   position :absolute;
    top: 0px;
   /* left: 565px;*/
    width: 200px;
    height: 90px;
}

#borderleft
{
    position: relative;
}

#borderleft img{

    position :absolute;
    top: 0px;
    left: 225px;
    width: 400px;
    height: 90px;
}
#borderright
{
    position: relative;
}

#borderright img{

    position :absolute;
    top: 0px;
    right: 225px;
    width: 309px;
    height: 90px;
    
}
#memberportallogo
{
    position: relative;
}

#memberportallogo img{

    position :absolute;
    top:0 ;
    right:auto;
    left:auto;
    height: 90px;
    width:1290px;
    
}