body {
background-color: #D3D3D3;
}

#pageheader{
        position:relative;
        height:126px;
        min-width: 1200px;

        background-color: #000000;
        background-image:url(../images/header_schaduw.png);

        line-height:1px;
        z-index:500
        }
#footer {
        position: relative;
         width: 100%;
        height:54px;
        min-height: 54px;
        max-height: 126px;
        min-width: 1200px;
          z-index:500;

        background-color: #000000;
        background-image:url(../images/header_schaduw.png);
        background-size:1px 60px;
       /* width: 100%;
        height:86px;
        min-width: 1010px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: #000000;
        background-image:url(images/header_schaduw.png);*/
}
 #logo-left{
        position:absolute;
         top:-70px;
        height: 80px;
        width: 400px;
        left:18px;
        /*background-color: red;*/
         background:url(../images/ASPCM_logo.png)  no-repeat left top;


        z-index:502
        }
        
 #User{   position:absolute;
        /*font-family:Arial,helvetica,sans-serif;*/
        font:10.5px sans-serif ;
        bottom:15px;

 }
 
 .Logout{
   color: orange;
   
 }
#logo-right{
        position:absolute;
         top:-75px;
        height: 88px;
        width: 250px;
        left:100%;
         margin-left:-300px;

        background:url(../images/logo_cmi.png)  no-repeat right top;
         background-size:90px;
         color: white;

        z-index:502
        }

