body
{
	background-color: #aaaaaa;
	margin: 0px;
	height:100%;
}

a
{
	color: black;
}

a:hover
{
	color: #c61615;
}

.banner
{
	border-bottom: 1px black solid;
}

.logo
{
	filter: alpha(opacity=80);
	position: absolute;
	margin-left: 360px;
	margin-top: 15px;
}

.screen
{
	width: 600px;
	height:100%;
	background-color: #ffffff;
	border-left: 1px black solid;
	border-right: 1px black solid;
	/*border-bottom: 1px black solid;*/
}

.header
{
	margin-top: 0px;
	font-size: 24px;
	font-weight: bold;
}

.text
{
	font-family: lucida console,verdana,arial,geneva,helvetica;
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	text-align: left;
	margin: 20px;
}


ol,ul
{
	margin-top: 0px;
}

.credits
{
	font-size:12px;
}

.cdfront
{
	position: absolute;
	margin-left: 450px
}

.cdback
{
	position: absolute;
	margin-left: 450px;
	margin-top:120px;
}