html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
#mcontainer {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top:-40px;
}

#header {
	width: 100%;
}


#header, #menu, #submenu {
        display: inline-block;
}


#main {
        position: relative;
}
#sidebar {
	float: right;
	width: 20%;
}

#content {
	float: right;
	width: 59%;
	min-height: 300px;
	/*position: relative;*/
}

#footer {
	position: relative;
	width: 100%;
	height: 20px;
}
