/* remotefilename=/style/base.css
 *
 *	Copyright © 2025 by L5 Software Development.  All rights reserved.
 *
 *	$Id: /style/base.css,v $
 */
/**
*	Minimal stylesheet initially loaded to set dark background color
*
*	Author:			Fred Koschara
*	Creation Date:	November eleventh, 2025
*	Last Modified:	November 11, 2025 @ 5:14 am
*
*	Revision History:
*	   Date		  by		Description
*	2025/11/11	wfredk	original development
*/

/* Body-wide background that fits window width */
html
{	background-color:#000;
	height: 100%;
}

body, frameset
{	background-color:#000;
	background-position:top center;
	background-repeat:repeat-y;
	background-size:100% auto;
}

/* EOF: base.css */
