﻿ body{
    margin:auto;
    /*padding:100px 0 0 150px;*/
    width:960px;
    clear:both;
}

div#header {
    background-color:white;
    color:white;
    text-align:center;            
    position:fixed;    
    top:0;    
    width:960px;
    height:100px;
    clear:both;
    margin: 0 auto;    
    z-index:0;
  
}
div#side-content {
    width:150px;
    height:100%;            
    position:fixed;
    /*position:absolute;*/           
    background-color:white;           
    top:100px;
    left:0;
}
@media screen {
    body>div#header {
        position:fixed;
    }
    body>div#side-content {
        position:fixed;
    }
}
* html body {
    overflow:hidden;
}

* html form div#content {      
    height:100%;            
    overflow:auto;    
}



