body {
margin:             0px;
padding:            0px;
background-color:   white;
background-image:   url(/global/data/images/login/bg.gif);
background-repeat:  repeat-x;
}
#LeftSide {
position:           absolute;
left:               0px;
top:                0px;
width:              55%;
height:             100%;
z-index:            1;
text-align:         right;
}
#RightSide {
position:           absolute;
right:              0px;
top:                0px;
width:              45%;
height:             100%;
z-index:            2;
padding:            0px 0px 0px 0px;
text-align:         left;
}

