/* 0D3E59 */
* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	word-wrap:	break-word;
	outline:	none;
}

html, body {
	    max-width: 100%;
		overflow-x: hidden;
}

html {
	min-height:100%;
	color:#61666c;
	font-weight:400;
	font-size:1.25em;
	line-height:1.25em;
	background:					url('/src/BG.gif') no-repeat center center fixed;
	-webkit-background-size:	cover;
	-moz-background-size:		cover;
	-o-background-size:			cover;
	background-size:			cover;
	height:						100%;
	margin:						0;
	overflow-y:scroll;
}

::-webkit-scrollbar {
	width: 0px;
	!important;
}

body {
	-webkit-backface-visibility:hidden;
	min-height:					100%;
	margin:						0;
	display:					flex;
	flex-flow:					column;
	background-color:			rgba(0,0,0,0.666);
}

a {
	color:#91969c;
	text-decoration:none;
}
a, img {
        border:none;
        outline:none
}

.Nav {
	background-color:			#010506;
	margin:						0;
	padding:					5px;
	padding-left:				0px;
	line-height:				normal;
	
}

#mainframe {
	border: 					none;
	flex:						1 1 auto;
}

ul#Nav {
	display:		inline;
	list-style:		none;
}

ul#Nav li {
	display:		inline;
	padding-right:	25px;
}

li a {
	color:			#61666c;
	font-weight:	normal;
	text-decoration:none;
}

li a:hover {
	color:			#A1A8Ac;
}

.Doge {
	position: fixed;
	float: right;
	bottom: 0px;
	right: 0px;
	z-index:-1;
}
.btmboi {
     width:100%;
     position:fixed;
     bottom:0px;
     text-align:center;
     z-index:9999;
}