#servicescontainer
{
    position:   absolute;
    left:       0px;
    top:        0px;
    width:      700px;
    height:     327px;
}

.servicepanel
{
    position:   absolute;
    left:       0px;
    height:     327px;
    width:      700px;
    background-color: white;
}

#servicepanel0
{
    top:        0px;
    z-index:    0;
}

#servicepanel1
{
    top:        202px;
    z-index:    1;
}

#servicepanel2
{
    top:        227px;
    z-index:    2;
}

#servicepanel3
{
    top:        252px;
    z-index:    3;
}

#servicepanel4
{
    top:        277px;
    z-index:    4;
}

#servicepanel5
{
    top:        302px;
    z-index:    5;
}

.servicecolumn
{
    width:          200px; 
    float:          left;
    margin-right:   10px;
}

