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/rebel-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;
}

.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;
}
