/*-General-----------------------------------------------*/
html, body	{
	text-align: center;
	padding: 0;
	margin: 0;
	height: 100%;
}



/*-Main Layout-------------------------------------------*/
.container {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 960px;
	height: 575px;
	margin-left: -480px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	text-align: left;
	z-index: 2;
}

#banner {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 960px;
	height: 170px;
	margin: 0;
	padding: 0;

}

#HeaderGraphic {
	position: absolute;
	top: 190px;
	right: 595px;
	width: 141px;
	height: 315px;
	padding: 0;
	margin: 0;

}

#navpane {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 215px;
	height: 345px;
	margin: 0;
	padding: 0;
	z-index: 10;
}


#toppane {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 930px;
	height: 170px;
	margin: 0;
	padding: 0;
	z-index: 6;
}

#toppane img#logo {
	position: absolute;
	top: 0px;
	right: 0px;
}
#stores {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 290px;
	height: 150px;
	z-index: 50;
	margin: 0;
	padding: 2px 10px 10px;
	line-height: 200%;
}


#subheading {
	position: absolute;
	top: 125px;
	right: 0px;
	width: 915px;
	height: 45px;
	text-align: right;
	padding:0;
	margin:0;
}


#bottompane {
	position: absolute;
	top: 190px;
	left: 0px;
	width: 960px;
	height: 315px;
	margin: 0;
	padding: 0;
}

#contentareahome {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 570px;
	height: 345px;
	margin: 0;
	padding: 0 15px;
	overflow: auto;

}


#contentarea {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 700px;
	height: 345px;
	margin: 0;
	padding: 0 15px;
	overflow: auto;

}

#buy {
	position: absolute;
	top: 55px;
	left: 55px;
	width: 260px;
	height: 25px;
	margin: 0;
	padding: 0 10px;
	z-index: 60;

}
#fact {
	position: absolute;
	top: 85px;
	left: 55px;
	width: 540px;
	height: 40px;
	padding: 0 5px;
	margin: 0;
	overflow: auto;
	line-height: 160%;
	text-align: left;
}

#fact_x {
	position: static
	width: 200px;
	height: 40px;
	padding: 0;
	margin: 0;
	overflow: auto;
	line-height: 160%;
}
#fact_y {
	position: static
	width: 200px;
	height: 40px;
	padding: 0;
	margin: 0;
	overflow: auto;
	line-height: 160%;
}
#thinplay {
	position: absolute;
	top: 175px;
	right: 0px;
	width: 400px;
	height: 15px;
	padding: 0;
	margin: 0;

}
#lyricContent	{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 370px;
	overflow: auto;
	
}
#writingContent	{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 600px;
	overflow: auto;
	
}
#footer {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	width: 960px;
	height: 32px;
	padding: 0;
	margin: 0;
}	