body {
	margin: 0px; padding: 0px;
	overflow: auto;
	background-color: #E7C8C8;
	background-image: url(../images/terraIntroBG.jpg); background-position: top left; background-repeat: repeat-x;
	font-family: verdana, arial, sans-serif;
	}

p		{margin: 0px; padding: 0px;}
h1		{margin: 0px; padding: 0px;}
h2		{margin: 0px; padding: 0px;}
h3		{margin: 0px; padding: 0px;}
a		{margin: 0px; padding: 0px;}
div		{margin: 0px; padding: 0px;}
td		{margin: 0px; padding: 0px;}


/* ***** end of generic styles ****** */

div#introBack {position: absolute; left: 0px; top: 0px; z-index:0;}

	#horizon        /* **** needed this to make center top work ******  */
				{
				background-color: Transparent;
				position: absolute; top: 50%; left: 0px;
				width: 100%; height: 1px; overflow: visible; visibility: visible; display: block; z-index:1;
				}  

div#intropage {position: absolute; left: 50%; margin-left: -385px; top: -187px; z-index:1;}

div#intropage .shadow	{
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3)
}