@font-face {
	font-family:ArvoRegular;
	src:url('Arvo-Regular.ttf');
}

@font-face {
	font-family:Dekar;
	src:url('Dekar.otf');
}

body {
	position: relative;
	width: 1024px;
	height: 768px;
}

.buttons {
	cursor: pointer;
}

.initialButtons {
	position: absolute;
	top: 261px;
	width: 325px;
	height: 368px;
	border: none;
}

.headerButtons {
	position: absolute;
	top: 13px;
	width: 95px;
	height: 95px;
	border: none;
}

.boxes {
	position: absolute;
}

#root {
	position: relative;
	width: 1024px;
	height: 768px;
	background: url('../img/bg.jpg') no-repeat;
	background-size: 100% 100%;	
	overflow: hidden;
}

#oed_title {
	position: absolute;
	top: 24px;
	left: 191px;
	width: 657px;
	height: 109px;
	background: url('../img/logo_title.png') no-repeat;
	background-size: 100% 100%;
}

#ini_bt0 {
	left: 17px;
	background: url('../img/bt1_battery0.png') no-repeat;
	background-size: 100% 100%;
}

#ini_bt1 {
	left: 348px;
	background: url('../img/bt1_battery1.png') no-repeat;
	background-size: 100% 100%;
}

#ini_bt2 {
	left: 679px;
	background: url('../img/bt1_battery2.png') no-repeat;
	background-size: 100% 100%;
}

#header {
	position: absolute;
	top: 30px;
	width: 1024px;
	height: 60px;
	background-color: #d2bf91;
	font-family: ArvoRegular, Arial, Helvetica, sans-serif;
	color: #156c79;
}

#header_txt {
	font-size: 17px;
	margin-top: 21px;
	margin-left: 89px;
}

#game_bt0 {
	left: 665px;
	background-size: 100% 100%;
}

#game_bt1 {
	left: 750px;
	background-size: 100% 100%;
}

#game_bt2 {
	left: 835px;
	background-size: 100% 100%;
}

#play_bt {
	position: absolute;
	top: 235px;
	left: 365px;
	width: 85px;
	height: 95px;
	border: none;
	z-index: 1000;
	background: none;
}

#title_txt {
	font-family: Dekar, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #897d5f;
}

#main_div {
	width: 787px;
	height: 540px;
	background-color: rgba(255, 255, 255, 0.5);
}

#footer {
	width: 787px;
	height: 110px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
