html, body {
	margin:0;
	font-family: 'Courier 10 Pitch', 'Courier New';
	font-size: 10pt;
	background: #002000;
}
body {
	position: relative;

	/* this is only for opera */
	overflow: hidden;
}
#da_card {
	width: 1024px;
	height: 444px;
	background: url(/static/images/da_card.png) no-repeat;
	padding: 98px 128px;
	margin: 0 auto;
	position: relative;
}
#da_card_pure {
	width: 1024px;
	height: 444px;
	background: url(/static/images/da_card_raw.png) no-repeat;
	padding: 98px 128px;
	margin: 0 auto;
}
#box {
	position: absolute;
	width: 1024px;
	height: 444px;
}
#nav {
	background: url(/static/images/da_hand.png) no-repeat center 20px;
	width: 308px;
	height: 444px;
	/*float: left;*/
	top:0;
	left:0;
	position: absolute;
}
#nav > ul {
	bottom: 40px;
	margin-right: 40px;
	margin-top: 245px;
	list-style-type: none;
	text-transform: lowercase;
	text-align: right;

	font-size: 12pt;
}
#nav > ul li + li {
	padding-top: 20px;
}
#stage {
	position: relative;
	margin-left: auto;
	width: 676px;
	height: 444px;
	top: 55px;
	display: table-cell;
	vertical-align: middle;
}
#overflow_content {
	position: relative;
	width: 100%;
}
#content {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 636px;
	height: 334px;
	overflow: hidden;
	right: 40px;
	top: 55px;
	/* this is for shifting right the #right */
	margin-left: 40px;
}
#content ul {
	list-style: url("/static/images/da_dot_16.png");
}
#content ul li + li {
	margin-top: 40px;
}
#right {
	width: 40px;
	height: 334px;
	position: absolute;
	right: 0;
	top: 55px;
}
#right .middle {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 40px;
	height: 334px;
	position: relative;
}
#header, #footer {
	height: 55px;
	width: 716px;
	/*margin-left: 308px;*/
	position: absolute;
}
#header {
	top:0;
	right: 0;
}
#footer {
	bottom: 0;
	right: 0;
}

a,
a:link,
a:visited {
	color: #002000;
	text-decoration: none;
}
a:hover, a.selected {
	text-decoration: underline;
}



#content_scroller {
	display: none;
}
.scroller_up,.scroller_down {
	margin: 0 auto;
	width: 13px;
	height: 13px;
	cursor: pointer;
}
.scroller_up {
	background: url(/static/images/da_arrow_up.png) no-repeat;
	margin-bottom: 5px;
}
.scroller_down {
	background: url(/static/images/da_arrow_down.png) no-repeat;
}
