/* general styles */
* {
	margin: 0;
	padding: 0;
	
}
body {
    background: #1a1919;
	font: 18px/22px "Tahoma", Arial, Helvetica, sans-serif;
}
a {
	color: #848484;
	text-decoration: underline;
}
img {
	border: none;
}
ul {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
/* main */
.container {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.container h1 {
	padding: 38px 0 0;
}
.container h1 span {
	display: block;
	width: 219px;
	height: 118px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	margin: 0 auto;
}
.container h2 {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin: 35px 0 0;
	font-weight: normal;
}
.container h2 span {
	color: #39cdbb;
}
.note {
	color: #848484;
	text-align: center;
	margin: 22px 0 0;
}
.buttons {
	margin: 44px 0 0;
	text-align: center;
}
.buttons .btn-enter {
	display: block;
	width: 125px;
	height: 41px;
	background: url(../images/btn-enter.png) no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}
.buttons .btn-enter:hover {
	background-position: 0 -41px;
}
.buttons li a {
	color: #848484;
	font-size: 20px;
}
.buttons li {
	padding-bottom: 15px;
}
/* footer */
#footer {
}