body {
	padding: 0;
	margin: 0;
	background-color: #222222;
	font-family: Impact, Tahoma, Arial;
	color: #FFF;
	font-size: 16px;
}

.wrap {
	width: 704px;
	margin: 0 auto;
}

.header-wrap {
	height: 96px;
	padding-top: 16px;
	padding-left: 64px;
}

.header {
	width: 496px;
	height: 96px;
	background: url(../img/laser-logo.png) 0 0 no-repeat;
}

.header h1 {
	display: none;
}

.header em {
	display: none;
}

.links {
	padding-left: 64px;
	font-size: 14px;
}

.links div {
	width: 480px;
	text-align: right;
}

.links a {
	color: #00FF00;
}

.menu {
	margin: 0;
	padding: 16px 0 8px 70px;
	list-style: none;
}

.menu li {
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 22px;
	line-height: 32px;
	padding-right: 16px;
	display: inline;
	color: #00FFFF;
}

.menu li a {
	padding: 0 4px;
	color: #00FF00;
	text-decoration: none;
}

.menu li a:hover {
	background-color: #00FF00;
	color: #222222;
}

.board {
	position: relative;
	width: 704px;
	height: 544px;
	background: url(../img/level-back.png) 0 0 no-repeat;
}

.level-link {
	position: absolute;
	width: 96px;
	height: 64px;
}

.level-link span {
	display: none;
}

#link-1 {
	top: 240px;
	left: 480px;
}

#link-1:hover {
	background: url(../img/level1-on.png) 0 0 no-repeat;
}

.link-1-act {
	background: url(../img/level1-on.png) 0 0 no-repeat;
}

#link-2 {
	top: 464px;
	left: 112px;
}

#link-2:hover {
	background: url(../img/level2-on.png) 0 0 no-repeat;
}

.link-2-act {
	background: url(../img/level2-on.png) 0 0 no-repeat;
}

#link-3 {
	top: 80px;
	left: 144px;
}

#link-3:hover {
	background: url(../img/level3-on.png) 0 0 no-repeat;
}

.link-3-act {
	background: url(../img/level3-on.png) 0 0 no-repeat;
}

.door {
	position: absolute;
	background-repeat: no-repeat;
}

.door-vert {
	top: 208px;
	left: 432px;
	width: 32px;
	height: 64px;
	background-image: url(../img/door-vert.png);
}

.door-hor {
	top: 272px;
	left: 175px;
	width: 32px;
	height: 32px;
	background-image: url(../img/door-hor.png);
}

.door-green {
	top: 368px;
	left: 144px;
	width: 32px;
	height: 32px;
	background-image: url(../img/door-green.png);
}

.door-yellow {
	top: 336px;
	left: 496px;
	width: 32px;
	height: 32px;
	background-image: url(../img/door-yellow.png);
}

.arrows {
	position: absolute;
	top: 16px;
	left: 640px;
}

.arrows div {
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(../img/arrows.png);
	background-repeat: no-repeat;
}

#chara {
	position: absolute;
	width: 32px;
	height: 32px;
	background-image: url(../img/chara.png);
	background-repeat: no-repeat;
}

.arrows #arr-1 {
	top: 0px;
	left: 16px;
	background-position: 0 0;
}

.arrows #arr-2 {
	top: 0px;
	left: 32px;
	background-position: -16px 0;
}

.arrows #arr-3 {
	top: 16px;
	left: 32px;
	background-position: -32px 0;
}

.arrows #arr-4 {
	top: 32px;
	left: 32px;
	background-position: -48px 0;
}

.arrows #arr-5 {
	top: 32px;
	left: 16px;
	background-position: -64px 0;
}

.arrows #arr-6 {
	top: 32px;
	left: 0px;
	background-position: -80px 0;
}

.arrows #arr-7 {
	top: 16px;
	left: 0px;
	background-position: -96px 0;
}

.arrows #arr-8 {
	top: 0px;
	left: 0px;
	background-position: -112px 0;
}

.info-wrap {
	position: absolute;
	top: 96px;
	left: 624px;
	white-space: nowrap;
	color: #00FF00;
	font-size: 14px;
	text-transform: uppercase;
}

.info-wrap em {
	font-style: normal;
	color: #00FFFF;
	font-weight: bold;
}

#info {
	color: #FFFF00;
}

.footer {
	height: 32px;
}

.catcher-wrap {
	position: relative;
	font-size: 1px;
	height: 8px;
	overflow: hidden;
}

#key-catcher, #key-catcher-up {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1px;
	width: 1px;
	height: 1px;
	z-index: 1;
}

.catcher-hide {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 8px;
	z-index: 2;
	background-color: #222222;
}

.emul-wrap {
	position: relative;
	height: 504px;
}

.emul {
	position: absolute;
	top: 0;
	left: 24px;
	z-index: 1;
}

#focus-notice {
	position: absolute;
	top: 350px;
	width: 320px;
	left: 170px;
	padding: 10px;
	background-color: #FF0000;
	border: 2px solid #800000;
	color: #FFFFFF;
	font-size: 28px;
	z-index: 2;
}

.content-wrap {
	position: relative;
	top: -24px;
	font-family: Tahoma;
	overflow: hidden;
}

.content-wrap h1 {
	border-top: 4px solid #F42;
	padding: 0;
	margin: 32px 0 0 0;
	font-size: 24px;
	font-family: Impact, Tahoma, Arial;
	color: #F42;
	font-weight: normal;
}

.content-wrap p {
	padding: 0;
	margin: 16px 0 0 0;
}

.content-wrap a {
	color: #2F2;
}

.content-wrap tr {
	vertical-align: top;
}

.content-wrap td {
	font-family: Tahoma;
	color: #FFF;
	font-size: 16px;
}
