body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1080px;
	background: url('images/background.jpg') top center no-repeat, #000000;
	font-size: 14px;
	font-family: "Tahoma";
	color: #ba9755;
	text-align: center;
}

.container {
	margin: 0 auto;
}

nav {
	padding-top: 5px;
}

nav a, a:hover, a:visited, a:active {
	color: #ba9755;
	text-decoration: none;
}

nav .buttons {
	width: 430px;
	margin: 0 auto;
}

nav .button-main {
	background: url('images/button-main.png') no-repeat;
	width: 166px;
	height: 91px;
	float: left;
	margin: 0 -8px;
	text-align: center;
	line-height: 100px;
	cursor: pointer;
	transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

nav .button-small {
	background: url('images/button-small.png') no-repeat;
	width: 140px;
	height: 76px;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 85px;
	cursor: pointer;
	transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

nav .button-main:hover, .button-small:hover {
	filter: brightness(125%);
}

header {
	padding-top: 115px;
}

header .logo {
	background: url('images/logo.png') no-repeat;
	width: 561px;
	height: 350px;
	margin: 0 auto;
	transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

header .logo:hover {
	filter: brightness(125%);
}

main {
	padding-top: 10px;
}

main .description-box {
	background: url('images/description-box.png') no-repeat;
	width: 556px;
	height: 188px;
	margin: 0 auto;
}

main .description-text {
	padding: 55px 40px;
	color: #220f07;
}

main .progress-text {
	padding-top: 158px;
	font-size: 16px;
}

main .progress {
	width: 649px;
	margin: 0 auto;
	padding-top: 50px;
}

main .progress-box {
	background: url('images/progress-box.png') no-repeat;
	width: 649px;
	height: 48px;
	padding: 13px 0px 0px 4px;
}

main .progress-bar {
	background: url('images/progress-bar.png') no-repeat;
	width: 350px;
	height: 19px;
	margin-left: 31px;
}

main .percentage-box {
	background: url('images/percentage-box.png') no-repeat;
	width: 180px;
	height: 48px;
	margin: 0 auto;
	margin-top: -25px;
	line-height: 46px;
	font-size: 16px;
}

::-webkit-scrollbar {
	background: #1f0e05;
	border-left: 1px solid #3d2810;
	width: 8px;
}

::-webkit-scrollbar-thumb {
	background: #976729;
}

::-webkit-scrollbar-track {
	background: transparent;
}