@charset "utf-8";
/* All Other Effin' Browsers That Work How They're Supposed To */
@import url("shared.css"); /* Imports Shared CSS between all browsers */
#maincontent {
 	margin: 0 10px 0 10px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	height: auto;
	text-align: center; }
	
	#relcontent {
		position: relative; 
		margin: 0px; 
		width: 650px; }
		
		.cafelogo {
			position: absolute;
			top: 0px;
			left: 115px; 
			z-index: 2; }

		.giftlogo {
			position: absolute;
			top: 10px;
			left: 694px; 
			z-index: 2; }

		.photo {
			position: absolute;
			top: 100px;
			left: 247px; 
			z-index: 1; }

		.bg {
			position: absolute;
			top: 65px; 
			left: 219px;
			z-index: 0; }