/* remotefilename=/style/homePage.css
 *
 *	Copyright © 2025 by The Race To Space Project.  All rights reserved.
 *
 *	$Id: /style/homePage.css,v $
 */
/**
*	CSS rulesets for the site's Home page
*
*	Author:			Fred Koschara
*	Creation Date:	July thirty-first, 2025
*	Last Modified:	July 31, 2025 @ 11:35 pm
*
*	Revision History:
*	   Date		  by		Description
*	2025/07/31	wfredk	original development, pull rulesets from existing code
*/

div.center
{	display:table;
	margin:auto;
}
div.intro
{	height:12em;
}
div#showWrapper
{	overflow:auto;
/*	position:relative; */
}
div#specialOffer
{	float:right;
	padding:0 1em 1em;
/*	padding-right:1em;
	position:absolute;
	right:0;
	top:0;
	z-index:250; */
}
h2#specialDeal
{	margin-bottom:0;
	margin-top:0;
}
p#todayOnly
{	margin-bottom:0.5em;
	margin-top:0;
}

/* EOF: homePage.css */
