*{box-sizing: border-box}

a { outline: none; text-decoration: none; color: #e6d0a4; transition: 0.1s linear; }
a:link { text-decoration: none; } 
a:visited { text-decoration: none; } 
a:active { text-decoration: none; } 
a:hover { text-decoration: none; cursor: pointer; filter: brightness(1.3); }

html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
	background-color: rgb(23, 33, 43);
}

body{
	font-family: 'Roboto', sans-serif;
	background: rgb(23, 33, 43) url(images/111746.png) no-repeat fixed center top;
	-moz-background-size: cover; /* Firefox 3.6+ */
    -webkit-background-size: cover; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: cover; /* Opera 9.6+ */
    background-size: cover; /* Современные браузеры */
	font-size: 16px;
}

.wrapper{
	height: 100%;
}

.content{
    display: block;
    width: 1280px;
	height: 100%;
    margin: 0 auto;
    padding: 70px 0px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
}

.button {
	-moz-box-shadow: 0px 1px 0px 0px #1c1b18;
	-webkit-box-shadow: 0px 1px 0px 0px #1c1b18;
	box-shadow: 0px 1px 0px 0px #1c1b18;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eae0c2), color-stop(1, #ccc2a6));
	background:-moz-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-webkit-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-o-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-ms-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae0c2', endColorstr='#ccc2a6',GradientType=0);
	background-color:#eae0c2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #888;
	display:inline-block;
	cursor:pointer;
	color:#0d0c0f;
	font-size:21px;
	padding:0px 32px;
	text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
	line-height: 98px;
	vertical-align: middle;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccc2a6), color-stop(1, #eae0c2));
	background:-moz-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-webkit-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-o-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-ms-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc2a6', endColorstr='#eae0c2',GradientType=0);
	background-color:#ccc2a6;
}
.button:active {
	position:relative;
	top:1px;
}

button {
	box-shadow: 4px 4px 12px #222;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #222;
	text-decoration: none;
	padding: 12px 64px;
	outline: none;
	border: 2px solid rgb(66, 54, 38);
	border-radius: 6px;
	background: linear-gradient(#F3AE0F, #E38916) #E38916;
	transition: 0.2s;
}
button:hover { background: linear-gradient(#f5ae00, #f59500) #f5ae00; }
button:active { background: linear-gradient(#f59500, #f5ae00) #f59500; }

input {
	font-family: 'Roboto', sans-serif;
	width: 300px;
	font-size: 30px;
	padding: 4px 0px;
	line-height: 36px;
	border: 2px solid #333e28;
	background: rgb(208, 233, 194);
	color: #222;
	text-align: center;
}

.cnv{
	position: relative;
	margin: 0 auto;
	width: 842px;
	height: 782px;
	overflow: hidden;
}

.enterName{
	position: absolute;
	top: -2000px;
	left: 100px;
	width: 420px;
	height: 260px;
	background-color: #7ebb49;
	color: #222;
}

.playButtonDiv{
	display: none;
	position: absolute;
	top: 260px;
	left: 210px;
	width: 420px;
	height: 260px;
	background-color: transparent;
}

.label{
	font-size: 24px;
	margin: 32px 0px 24px;
}

.settings{
	height: 1px;
	overflow: hidden;
}