/* Content */
html,
body
{
   margin:0;
   padding:0;
   height:100%;
   background-color: #b9b9b9;
}



/*#wrapper */
#wrapper 
{
    min-height:100%;
    position:relative;
    overflow: auto;
}

#wrapper #image
{
    max-width:100%;
    position: fixed;    
    background-position: center top;
    z-index:1;
    top:0;
    /*background-image:url('images/bg_web.jpg');*/
    width:100%;
    
}

#wrapper #bg_image
{
    background: url("images/bg_web.jpg") no-repeat scroll center center;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0px;
    height: 100%;
}


#contentWrapper 
{
    width:900px;    
    position: relative;
    z-index:3;
    font-family:arial;
    font-size:12px;
    color:#292929;
    line-height:21px;
    margin:0 auto 0;
    padding-bottom:72px;
    height:100%;
    padding:10px;
    min-height:600px;
}

#contentWrapper #content
{
    width:900px;
    margin:0 0 0;   
    position: relative; 
}




#expremioCont
{
    position: absolute; 
    top: 30px;
    left: 350px;
}

#expremioCont .content
{
    width:570px;    
}

#expremioCont .image
{
    width:150px;
    height:50px;
    background: url('images/expremio_logo.png');      
}

#caliromCont
{
    left: -70px;
    position: absolute;
    top: 220px;       
}

#caliromCont .content
{
    width:305px;
    text-align: right;   
}

#caliromCont .image
{
    width:187px;
    height:49px;
    background: url('images/calirom_logo.png');            
    margin-left:115px;
}

#bitsoftCont
{
    left: 590px;
    position: absolute;
    top: 300px;     
}

#bitsoftCont .content
{
    width:305px;
    text-align: left;    
}

#bitsoftCont .image
{
    width:175px;
    height:49px;
    background: url('images/bit_soft_logo.png');      
}

/* End Content */

/* Footer */



#footerContainer
{
    height:72px;
    width:100%;
    position: absolute;
    bottom:0;
}

#footerContainer #footerBar
{
    height:52px;
    width:100%;
    position: absolute;
    bottom: 0;
    background-color:#ffffff;
    z-index:2;
}

#footerContainer #footerBar #barLeft
{
    width:192px;
    height:72px;
    background:url('images/footer_left.jpg');
    position: absolute;
    bottom:0;
    left:0;   
}

#footerContainer #footerBar #barInfo
{
    width:456px;
    height:29px;
    background:url('images/footerInfo.jpg') no-repeat;
    position: absolute;
    top: 13px;
    left:200px;   
}

/* End Footer */