@import 'grid.css';
@import 'typography.css';
@import 'nav.css';
@import 'ticker.css';

html	{
	background-image: url(/images/ui/bodyBack.jpg);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	margin-bottom: 1px;
	height: 100%;
}
body	{
	font-family: arial;
	}
div#page	{
	color: #000000;
	margin-top: 0px;
	}