* {
	margin: 0px;
	padding: 0px;
}
html, body {
	width:100%;
	height:100%;
	font-family:'Times New Roman';
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

header {
	height: 100%;
    width: 100%;
    background-color: #191919;
    color: #BDBDBD;
    position: relative;
    background-position: 50% 50%;
    min-height: 650px;
}
header center {
	position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
header center img {
	width:100%;
	max-width:500px;
}

.headerDownload {
	padding:12px !important;
	font-weight:normal;
	margin-top:20px;
}

.button-dark, .button-dark:visited {
	padding:6px;
	display:inline-block;
	text-decoration:none;
	color:#BDBDBD;
	background-color:#212121;
}

.button-dark:hover, .button-dark:focus {
	color:#BDBDBD;
	background-color:#343434;
}

.button-dark:active {
	color:#EDEDED;
	background-color:#0E0E0E;
}

.versionDesc {
	cursor:default;
}
main {
	background-color:#CFCFCF;
	color:#464646;
}
.top-advert {
    background-color:#0E0E0E;
    width:80%;
    max-width:1000px;
    height:150px;
}
.bottom-advert {
    background-color:#0E0E0E;
    width:80%;
    max-width:1000px;
    height:150px;
}

@media screen and (max-width: 650px) {
    
	#Counters article {
		width: calc(100% - 70px);
	}
}

@media screen and (max-width: 790px) {
	
	#Screenshots figure {
		width: calc(100% - 70px);
	}
}