@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#side {
	background: #222222;
    width: 200px;
	min-height: 100%; 
	height:auto !important;
	height:100%;
	overflow: hidden !important;
}

#img{
	background:url(images/logo.png) center no-repeat;
	width:200px;
	height:150px;
}