body {
	background:url(../img/background_tile.jpg) top center repeat-x;
	background-color:#43345F;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:none;
	text-align:center;
}
#flashholder {
	background:url(../img/background.jpg) top center no-repeat;
	width:100%;
	margin:0;
	padding:0;
	border:none;
	text-align:center;
}
#flashlayer {
	background:none;
	margin:0 auto;
	width:1000px;
	height:771px;
	padding:0;
	text-align:left;
}
#buttonlayer {
	width:1000px;
	height:82px;
	margin:0 auto;
	padding:0;
	border:none;
	text-align:left;
}
	.orderbutton {
		width:213px;
		height:42px;
		margin:0 0 0 147px;
		padding:0;
		border:none;
	}
		.orderbg a {
			width:213px;
			height:42px;
			display:block;
			padding:0;
			margin:0;
		}
		.orderbgOver a {
			width:213px;
			height:42px;
			display:block;
			padding:0;
			margin:0;
		}
		.orderbg {
			background:url(../img/orderbutton.jpg) top left no-repeat;
		}
		.orderbg a:hover {
			background:url(../img/orderbutton_over.jpg) no-repeat;
		}
		.orderbgOver {
			background:url(../img/orderbuttonUp.jpg) top left no-repeat;
		}
		.orderbgOver a:hover {
			background:url(../img/orderbuttonUp_over.jpg) top center no-repeat;
		}
	
		
	#copyright {
		font:10px Arial,Helvetica,sans-serif;
		color:#261B3A;
		text-transform:uppercase;
		text-align:right;
		margin:20px 147px 0 0;
	}
.orderwrapper {
	background:url(../img/order_tile.jpg) top center repeat-x;
	width:100%;
	margin:0;
	padding:0;
	border:none;
	text-align:center;
}
#orderlayer {
	background:url(../img/order_bg.jpg) top center no-repeat;
	width:1000px;
	padding:125px 0 125px 0;
	margin:0 auto;
	text-align:center;
}
	.orderitem {
		width:727px;
		height:45px;
		margin:0 auto;
		padding:25px 0 15px 0;
		border-bottom:1px dotted #66527C;
		text-align:left;
	}
	
.cd {
	background:url(../img/cd.png) bottom left no-repeat;
}

.book {
	background:url(../img/book.png) bottom left no-repeat;
}
.title {
	width:465px;
	height:30px;
	font:18px bold Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	margin:0;
	padding:10px 0 0 0;
	float:right;
}
.author {
	font:12px bold Arial,Helvetica,sans-serif;
	color:#A790D8;
	font-style:italic;
}
.price {
	width:50px;
	height:30px;
	font:18px bold Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	text-align:right;
	padding:10px 15px 0 0;
	float:right;
}
.addtocart {
	width:96px;
	height:30px;
	margin:0 0 0 10px;
	padding:10px 0 0 0;
	float:right;
}
.clear {
	clear:both;
}
