html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	background: url(../i/first-bg.jpg) #000 bottom left no-repeat;
	color: #fff;
	overflow: hidden;
	position: relative;
}

#logo, #buttons, #nav-btn {
	position: absolute;
	left: 50%;
}

#logo {
	top: 110px;
	margin-left: -90px;
	z-index: 5;
}

#horse {
	width: 820px;
	height: 417px;
	position: absolute;
	right: -260px;
	top: 81px;
	background: url(../i/horse.png);
	z-index:2;
}

#buttons {
	width: 680px;
	height: 505px;
	top: 66px;
	margin-left: -340px;
}

#buttons input {
	position: absolute;
	z-index: 4;
}

#buttons canvas {
	position: absolute;
}

#cv1 {
	top: 9px;
	left: 44px;
	z-index:3;
}

#cv2 {
	right: 9px;
	top: 10px;
	z-index:1;
}

#cv3 {
	left: 47px;
	top: 73px;
	z-index:3;
}

#btn1 {
	left: 33px;
	top: 60px;
}

#btn2 {
	top: 0;
	right: 0;
}

#btn3 {
	left: 394px;
	bottom: -1px;
}

#nav-btn {
	width: 180px;
	margin-left: -90px;
	top: 350px;
	z-index: 6;
	text-transform: uppercase;
}

#nav-btn button {
	zoom:1.3;
	width:100%;
}
