		form { margin: 0; padding: 0; display: inline; }
		* { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
		a { text-decoration: none; }
		a:hover { text-decoration: underline; }

			.clear { clear: none; }
			.seo-text { display: none; }

		body { margin: 0; padding: 0; background: url(/images/bg-tile.jpg) repeat-x; }
			
			#main { width: 100%; text-align: center;  }

				/* Header */
				#header { width: 950px; margin: auto; text-align: left; }
					#banner { background: url(/images/every-day-song.jpg) no-repeat; width: 443px; height: 105px; float: left; }
						#banner * { display: none; }
					#languages { width: 101px; height: 101px; float: left; margin-left: 406px; }
						#btn-deutsch { background: url(/images/btn-deutsch.jpg) no-repeat; width: 101px; height: 39px; display: block; margin-top: 51px; }				

				/* Body */
				#body { width: 950px; margin: auto; }
					#product-container { background: url(/images/product-list-bg.jpg) no-repeat; width: 950px; height: 177px; margin-top: 20px; margin-bottom: 40px; text-align: left;  }
						#song-preview { background: url(/images/song-preview.jpg) no-repeat; width: 91px; height: 96px; display: blockl; float: left; margin-top: 30px; margin-left: 20px; }
						#song-preview:hover { background: url(/images/song-preview-hover.jpg) no-repeat; }
						#product-list { float: left; margin-top: 30px; margin-left: 10px; }
							.price-listing { background: url(/images/product-list-item-bg.jpg) no-repeat; width: 809px; height: 47px; margin-bottom: 10px; }
								.caption { color: #FFF; float: left; width: 524px; margin-left: 50px; margin-top: 9px; }
									.caption strong { color: orange; display: block; }
								.price { color: #FFF; float: left; width: 82px; margin-top: 15px; text-align: center; font-size: 15px; }
								.cart { color: #FFF; float: left; width: 150px; margin-top: 15px; text-align: center; font-size: 15px; }
									.cart a { color: #999; font-size: 14px; }
									.cart a:hover { color: #FFF; text-decoration: none; }
									
							#cart-options { float: right; color: #999; margin-right: 38px; }
							#cart-options a { color: #FFF; }

					/* Content Box */
					#content-box { text-align: left; }
						#content-box h1 { font-size: 22px; margin: 0; padding: 0; }
					
					/* Info Box */
					#informative { color: #666; text-align: left; text-align: left; }
					#informative h2 { margin: 0; padding: 0; font-size: 20px; }
						#informative a { color: #000; }
						#informative p { margin: 0; padding: 0; }
						
				/* Footer */
				#footer { width: 950px; margin: auto; background: url(/images/footer-divider.jpg) no-repeat; text-align: right; padding-top: 5px; margin-top: 10px; }
					#footer a { color: #999; }
					#footer a:hover { color: #000; }
						#copy-text { color: #999; font-size: 10px; }