#wrapper {
	width: auto;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
	z-index: 1;
}

#wrapper .sidebar {
    width: 650px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -650px;
    bottom: 0;
    background-color: #FFFFFF;
	-webkit-box-shadow:0px 3px 3px #c8c8c8 ;
	-moz-box-shadow:0px 3px 3px #c8c8c8 ;
	box-shadow:0px 3px 3px #c8c8c8 ;
	overflow-y: scroll;
}