html {

	height: 100%;

}



body {

	margin: 0px 0px -15px 0px;

	padding: 0px;

	height: 100%;

}

.leftpanel{
	background: #e3e3e3;
	width: 50px;
	height: 100%;
	position: fixed;
	left: 0px
}