div#player {
	position: absolute;
	width: 400px;
	margin: 0px 0 0 10px;
	padding: 0;
	text-align: center;
}

div#information {
	position: relative;	
	width: 350px;
	margin: -25px 0 0 auto;
	padding: 0;
	float: right;		
}

div#story {
	position: absolute;
	width: 450px;
	margin: 0;
	padding: 0 0 0 40px;
	float: left;
}

ul.content_info {
	list-style-type: none;
	font-size: 2em;
	line-height: 1.5em;
}

ul.content_links {
	list-style-type: none;
	font-size: 1.25em;
	line-height: 1.5em;
}

ul.content_hilite {
	list-style-type: none;
	font-size: 1.3em;
	line-height: 1.5em;		
}