	.background_image
	{
		/*background-image: url('background.png');*/
		background-color: #7c6e5d;
		background-image: url('background.jpg');
	}

	.button
	{
		background-repeat: no-repeat;
		border: 0px;
		
		display: block;	
		position: absolute;
	}
	
	.button img
	{
		background-position: 0px 0px; /*default*/
		border: 0px;
	}

	.background_panel_container
	{
		padding-left: 23px;
		padding-right: 23px;
	
		padding-bottom: 23px;
	
		margin: 0px;
	}

	.background_panel
	{
		width: 900px;
		height: 675px;
	
		position: relative;
		margin: 0px;
		padding: 0px;
	}



/**begin buttons:**/

	#read img
	{
		background-image: url('cmdRead_combo.png');
		width: 208px;
		height: 60px;
	}
	
	#read:hover img
	{
		background-position: 0px 60px;
	}
		
	#read
	{
		left: 69px;
		top: 131px;
	}

	
	
	#start img
	{
		background-image: url('cmdStart_combo.png');
		width: 66px;
		height: 28px;
	}
	
	#start:hover img
	{
		background-position: 0px 28px;
	}

	#start
	{
		left: 75px; 
		top: 193px;
	}

	
	
	
	#latest img
	{
		background-image: url('cmdLatest_combo.png');
		width: 108px;
		height: 29px;
	}
	
	#latest:hover img
	{
		background-position: 0px 29px;
	}

	#latest
	{
		left: 159px; 
		top: 193px;
	}

	
	
	
	
	
	
	
	#characters img
	{
		background-image: url('cmdCharacters_combo.png');
		width: 121px;
		height: 31px;
	}
	
	#characters:hover img
	{
		background-position: 0px 31px;
	}

	#characters
	{
		left: 386px; 
		top: 92px;
	}

	
	
	
	



	#scene_designs img
	{
		background-image: url('cmdSceneDesigns_combo.png');
		width: 129px;
		height: 30px;
	}
	
	#scene_designs:hover img
	{
		background-position: 0px 30px;
	}

	#scene_designs
	{
		left: 652px; 
		top: 151px;
	}


	


	#storyworld img
	{
		background-image: url('cmdStoryWorld_combo.png');
		width: 120px;
		height: 31px;
	}
	
	#storyworld:hover img
	{
		background-position: 0px 31px;
	}

	#storyworld
	{
		left: 726px; 
		top: 264px;
	}


	
	
	
	
	#written_by img
	{
		background-image: url('cmdWrittenBy_combo.png');
		width: 344px;
		height: 28px;
	}
	
	#written_by:hover img
	{
		background-position: 0px 28px;
	}
	
	#written_by
	{
		left: 83px;
		top: 633px;
	}

	


	
	/*ok...?*/
	#art_by img
	{
		background-image: url('cmdArtBy_combo.png');
		width: 394px;
		height: 28px;
	}
	
	#art_by:hover img
	{
		background-position: 0px 28px;
	}
	
	#art_by
	{
		left: 466px;
		top: 633px;
	}

	
	


	#order_at img
	{
		background-image: url('cmdOrderAt_combo.png');
		width: 874px;
		height: 31px;
	}
	
	#order_at:hover img
	{
		background-position: 0px 31px;
	}
	#order_at
	{
		left: 15px;
		top: 381px;
	}
	
	
	/*old:
	#order_at img
	{
		background-image: url('cmdOrderAt_combo.png');
		width: 850px;
		height: 35px;
	}
	
	#order_at:hover img
	{
		background-position: 0px 35px;
	}
	
	#order_at
	{
		left: 26px;
		top: 379px;
	}*/
	

