	<?php
	$pageTitle = "Fluffy Stuffs";
	include( 'inc/header.php' );  ?>
	
		<div class="container"> 
			<h1 class="item"> Fairy Winnie the Pooh </h1> 
				<div id="stuff6toys">   </div>
				
				<p class="des"> Fairy Winnie the Pooh Stuff Toy <br />
				399.00 PHP</p>
			
			<div class="button">
				<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
				<input type="hidden" name="cmd" value="_s-xclick">
				<input type="hidden" name="hosted_button_id" value="6Y2VGMZU556NG">
				<input type="hidden" name="item_name" value="Fairy Winnie the Pooh" >
				<button type="submit" value="Add to Cart"  name="submit" style="width: 100%; height: 50%; padding:.5em; font-size:18px;" > Add to Cart </button>
				</form>
			</div>
		</div>
	
	<div class="exfooter">
		<p class="p"><a href=#>Facebook</a> ||<a href=#> Twitter</a> || <a href=#>Tumblr</a></p>
		<p class="q">&copy; <?php echo date ('Y'); ?> The Fluffets </p>
	</div>
	
</body>

</html>