html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #1F1F1F;
	font-size: 100%;
	font-family: verdana;
	color: #0F0F0F;
}
a,a:link,a:visited {
	text-decoration: underline;
	color: #FF9900;
	cursor: pointer;
}
a:active { color: #FFCC00; }
a:hover { text-decoration: overline; }
div { font-size: 11px; }
span {
	margin: 0px;
	padding: 0px;
}
#pageWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -140px 0px 0px -190px;
	height: 280px;
	width: 380px;
	border: 1px solid #000000;
	background: #FF9900;
}
#contentWrap {
	position: relative;
	padding: 5px;
	margin: 10px;
	height: 248px;
	border: 1px solid #000000;
	background: url('/img/n.jpg') no-repeat center;
	color: #EEEEEE;
	text-shadow: 1px 1px #000;
}
#ndash {
	position: absolute;
	top: -26px;
	left: -8px;
	z-index: 5;
	color: #FF9900;
}
#footer {
	position: absolute;
	width: 300px;
	bottom: -24px;
	left: 50%;
	margin-left: -150px;
	z-index: 5;
	color: #333333;
	text-align: center;
	font-size: 10px;
}
