#main{
	width: 100%;
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#sidebar{
	width:188px;
	//float:left;
	position: absolute;
	left: 0px;
	min-height: 100%;
	padding-left:1px;
}

#page{
	margin-left: 190px;
	padding-right:1px;
	position: relative;
	// overflow: hidden;
	height: 100%;
	margin-bottom: 30px;
	// display: inline-block;
}

#content {
	position: relative;
}

#header{
	height:73px;
	width: 100%;
	vertical-align: middle;
	top: 0px;
	display: block;
}

#footer{
	display: block;
	width: 100%;
	padding-left: 50px;
	position: absolute;
	bottom: 0px;
	vertical-align: middle;
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;
}