* {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	top: 0;
}

#test {
	position: absolute;
	width: 600px;
	height: 400px;
	margin: 0;
	top: 150px;
	left: 400px;
	color: red;
	font-size: 20px;
	overflow: hidden;
	overflow-y: auto;
	border: solid green;
	background-color: rgba(102, 102, 102, 0.7);
	z-index: 60000000;
	display: block;
}

body {
	width: 1280px;
	height: 720px;
}
#userAgent{
	display: none;
	top: 5px;
	left: 15px;
	width: 1200px;
	height: 300px;
	text-align: center;
	font-size: 20px;
	color: white;
	z-index: 1;
}
#version{
	top: 685px;
	left: 15px;
	width: 1200px;
	height: 20px;
	text-align: right;
	font-size: 20px;
	color: white;
	z-index: 1;
}
#app {
	width: 1280px;
	height: 720px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	background: #25B8F0;
}

#logo {
	width: 1000px;
	height: auto;
	top: 67px;
	left: 147px;
}

#sentence {
	top: 350px;
	height: 54px;
	width: 1280px;
	text-align: center;
	font-size: 45px;
	font-weight: bold;
}

#sentence_txt {
	height: 54px;
	width: 1280px;
}

#codeKonami,#codeKonami_sel,#codeKonami_txt {
	height: 85px;
	width: 170px;
}

#codeKonami {
	left: 555px;
	top: 455px;
	text-align: center;
	font-size: 35px;
	background: url("../media/img/720/code.png");
}

#codeKonami_sel {
	display: none;
}

#codeKonami_txt {
	font-size: 35px;
	line-height: 85px;
	color: black;
	text-align: center;
	font-size: 35px;
}

#numeros {
	width: 800px;
	height: 60px;
	left: 240px;
	top: 585px;
}

.num,.num_sel,.num_txt {
	height: 60px;
	width: 60px;
}

.num {
	position: relative;
	float: left;
	margin: 0 10px;
	background: url("../media/img/720/btn.png");
}

.num_sel {
	display: none;
}

.num_txt {
	line-height: 60px;
	color: black;
}