#main_div { display: block; width: 100%; height: 100%; text-align: center;}
	#middle_div { display: inline-block; vertical-align: middle; height: 100%;}
	#pokedex { display: inline-block; vertical-align: middle; position: relative; width: 748px; height: 544px; text-align: left;}
		#background { display: block; position: absolute; z-index: 1; width: 100%; height: 100%; background-image: url("../img/pokedex.png");}
		#screen_1 { display: block; position: absolute; z-index: 0; left: 65px; top: 160px; width: 245px; height: 165px; background-color: #81a005; text-align: center;}
			#screen_1 div { display: inline-block; vertical-align: middle; height: 100%;}
			#screen_1 img { display: inline-block; vertical-align: middle; margin: auto;}
			#screen_1 p { display: block; position: absolute; left: 10px; top: 10px; font-family: Pokemon; font-size: 11px;}
		#inputs_screen_1 { display: block; position: absolute; z-index: 2; left: 38px; top: 382px; width: 293px; height: 121px;}
			#a_button { display: block; position: absolute; z-index: 2; width: 46px; height: 48px;}
			#select_button { display: block; position: absolute; z-index: 2; left: 62px; top: 16px; width: 55px; height: 12px;}
			#start_button { display: block; position: absolute; z-index: 2; left: 133px; top: 16px; width: 55px; height: 12px;}
			#up_button { display: block; position: absolute; z-index: 2; left: 230px; top: 10px; width: 34px; height: 30px;}
			#down_button { display: block; position: absolute; z-index: 2; left: 230px; top: 70px; width: 34px; height: 32px;}
			#left_button { display: block; position: absolute; z-index: 2; left: 200px; top: 40px; width: 30px; height: 33px;}
			#right_button { display: block; position: absolute; z-index: 2; left: 264px; top: 40px; width: 30px; height: 33px;}
			#text_input { display: block; position: absolute; z-index: 2; box-sizing: border-box; left: 49px; top: 63px; width: 122px; height: 56px; line-height: 56px; padding: 10px; color: #fff; font-family: Pokemon; font-size: 11px;}
		#text_input_bg {  display: block; position: absolute; z-index: 0; left: 88px; top: 445px; width: 122px; height: 56px; background: #111;}

		#screen_2 { display: block; position: absolute; z-index: 0; left: 445px; top: 175px; width: 245px; height: 180px; background-color: #6f8909; color: #fff;}
			#screen_2 section { box-sizing: border-box; width: 250px; height: 190px; padding: 10px; background: #111; overflow: hidden; font-family: Pokemon; font-size: 12px;}
			#page_1 { display: block; font-size: 10px;}
				#page_1 .name { height: 20px; line-height: 20px;}
				#page_1 .species { line-height: 24px; margin-top: 20px;}
				#page_1 .types { line-height: 24px; margin-top: 20px;}
			#page_2 { display: none;}
				#page_2 .height { }
					#page_2 .height p { display: inline-block; vertical-align: top; line-height: 20px;}
				#page_2 .weight { }
					#page_2 .weight p { display: inline-block; vertical-align: top; line-height: 24px; margin-top: 20px;}
				#page_2 .abilities { line-height: 24px; margin-top: 20px;}
			#page_3 { display: none;}
			#page_4 { display: none;}
				#page_4 p {height: 20px; line-height: 20px; font-size: 10px;}
		#inputs_screen_2 { display: block; position: absolute; z-index: 2; left: 446px; top: 365px; width: 245px; height: 130px;}
			#b_button { display: block; position: absolute; z-index: 2; top: 20px; width: 53px; height: 40px;}
			#c_button { display: block; position: absolute; z-index: 2; left: 53px; top: 20px; width: 50px; height: 40px;}
			#op1_button { display: block; position: absolute; z-index: 2; left: 150px; width: 45px; height: 11px;}
			#op2_button { display: block; position: absolute; z-index: 2; left: 198px; width: 43px; height: 11px;}
			#prev_button { display: block; position: absolute; z-index: 2; top: 90px; width: 112px; height: 40px;}
			#next_button { display: block; position: absolute; z-index: 2; left: 132px; top: 90px; width: 112px; height: 40px;}
