html {
	height: 100% !important;
}


body {
	/*
	font-size: 15px;
	font-family: 'Open Sans' !important;
	*/
	width: 100%;
	height: 100%;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	margin: 0px;
	min-width: 0 !important;
	font-size: 20px !important;
}


#container {
	min-height: 100%;
	position: relative;
	
	/*background-color: black;*/
	
	background-size:100% 100%;
}

#body {
	padding: 40px;
}

#content {
	min-height: 100%;
}
