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