html{
    height:100%;
    overflow:hidden;
}
body{
    height:100%;
    margin:0px auto;
    overflow:hidden;

}
#sub{
    width:140px;
    position:absolute;
	margin-top:60px;
    z-index:100;
}
div#main{
    height:100%;
    overflow:auto;
}

