/* Presentation */
.pageWrapper
{
}
#presentationArea
{  
    background:transparent url(/common/images/visitor/ros/circleBottomShadow.gif) no-repeat 165px bottom;
    padding-top:10px;    
    padding-bottom: 70px;
    height: 448px;
    position: relative;
    z-index: 2;
    text-align: center;

}
#presentationArea * 
{
    position: absolute;
    top:0px;
    left:130px;
    z-index: 1;
}
#rosContentRight
{
     position:relative;
     z-index:2;
     background-color:transparent;
     top: -526px;
}