	html {
		overflow: auto;
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #222;
		position: absolute;
		width: 100%;
		height: 100%;
		pointer: default;
	}
	#screen {
		position: absolute;
		left: 262px;
		height: 210px;
		top: 51px;
		width: 888px;
		overflow: auto;
		background: #000;
		color: #fff;
	}
	#screen2 {
		position: absolute;
		left: 20%;
		height: 30%;
		width: 850px;
		top: 60%;
		overflow: auto;
		background: #111;
		color: #fff;
	}
	.content {
	position:relative;
	font-size: 0.8em;
	font-family: verdana;
	color: #fff;
	padding: 1em;
	height: 200;
	width: 820;
	}
	a {
		text-decoration: none;
		color:#ff8000;
	}
	a:hover	{
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	a:visited {
		text-decoration: none;
		color:#ff8000;
	}
	a:visited:hover {
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	.cds_scrollbar {
		position: absolute;
		background: #555 url(images/bumps3.gif);
		right: 0px;
		cursor: pointer;
	}
	.cds_scrollbar_over {
		background: #aaa url(images/bump1.gif);
	}
	.cds_scrollbar_pushed {
		background: #fff url(images/bump0.gif);
	}
	.cds_track {
		position: absolute;
		background: #222 url(images/bumps2.gif);
		right: -1px;
		top: 0px;
		height: 100%;
		cursor: pointer;
	}
	.cds_up {
		position: absolute;
		background: #f60 url(images/bump5.gif);
		right: 0px;
		top: 0px;
		cursor: pointer;
	}
	.cds_down {
		position: absolute;
		background: #f60 url(images/bump5.gif);
		right: 0px;
		bottom: 0px;
		cursor: pointer;
	}
</style>
