/*

              C S S   S t y l e   S h e e t   f o r
                F r o m   T h e s e   R  o o t s
________________________________________________________________
                                                     Splash Page
*/

/* H T M L   E L E M E N T S
______________________________ */

/* Set HTML height and margins */
HTML { 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
} 


BODY{
	background-color: #000000;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-family: "Bitstream Vera Sans", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
	text-align: center;
	color: #FFFFFF;
}

/* Remove borders from all images */
IMG	{border: 0px;}

/* Set Link colors/underlines */
A	 { border:0px; color: #FFFFFF; text-decoration: none;}
A:Hover  { border:0px; color: #FFFFFF; text-decoration: none; }
A:Active  { border:0px; color: #FFFFFF; text-decoration: none; }
A:Visited  { border:0px; color: #FFFFFF; text-decoration: none; }


/*      D I V   I D ' s 
______________________________ */

#container H1,H2,H3{
	display: none;
}

#container{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -210px 0px 0px -374px;
	padding: 0px;
	text-align: center;

	background-color: #000000;
	color:white;
}



/*
         End of Styles_splash.css styles for From These Roots
______________________________________________________________________
*/
