/* CSS Document */



/* body */

body {
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	width:100%;
	height:100%;
	background-position: 0px 83px;	
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #E1E0DC;
}


/* header navigation */


#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1100px;
	height:50px;
}







#playerlink {
	position:absolute;
	left:960px;
	top:0px;
	width:140px;
	height:50px;
	z-index:1;
}


/* page footer, credits and copyright */

#footer {
	position: absolute;
	float: bottom;
	top: 680px;
	margin: 0px;
	width: 1010px;
	height: 18px;
}

#designcredits {
	position: absolute; 
	top: 0px;
	left: 20px;
	width: 250px;
	height: 10px;
	text-align: left;
	padding: 3px;
}

#copyright {
	position: absolute; 
	top: 0px;
	left: 363px;
	width: 250px;
	height: 10px;
	text-align: center;
	padding: 3px;
}
   
#photocredits {
	position: absolute; 
	top: 0px;
	left: 696px;
	width: 254px;
	height: 10px;
	text-align: left;
	padding: 3px;
	text-align: center;
}

