#wrap {
    overflow: hidden;
}

#left {
    position: fixed;
    width: 50%;
    height: 100vh;
}

#right {
    position: relative;
    left: 49.5%;
    width: 50.5%;
	overflow: auto;
}

#menu999 {
	display:none;
}

#menu1000 {

}