	
		
	
	* {

}

html {
	position: relative;
	min-height: 100%;
	
}

body {
	background-color: #1F2120;
	margin: 0 0 0px;

	}

#menuopen {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #000;
	visibility: visible;
	height: auto;

}
