/* borrowed and modified from http://www.fu2k.org/alex/css/frames/fixed */


/* <![CDATA[ */
body {
	margin: 0;
	padding: 0;
	}

#songlist {
	margin-top: 0;
	margin-left: 60%;
	margin-right: 0;
	margin-bottom: 50px;
	padding: 1em;
	padding-top:36px;
	}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 320px;
	}

#textscroll {
	position: absolute;
	top: 320px;
	bottom: 50px; /* Operas 5 + 6 shouldn't see this property */
	left: 36px;
	width: 55%;
	overflow-y: auto;
	}

#footer {
	position: absolute; /* Operas 5 + 6, need this to be relative */
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	padding-left:18px;
	}
	
/*\*/
body>#header, body>#textscroll, body>#footer
	{
	position: fixed;
	}
/* hide from IE5Mac - exclude for Opera 5 + 6 if needed */
	
/* ]]> */
