body {
	margin:0px;
	padding:0px;
	height:100%;
	}
	
html {
	height:100%;
	}

.splashText {
	padding-top:20px;
	padding-left:30px;
	font-family:tahoma;
	font-size:11pt;
	}
	
.splashTextGrey {
	font-size:8pt;
	text-decoration:underline;
	color:#999999;
	padding-left:30px;
	font-family:tahoma;
	}
	
.fullHeight {
	height:100%;
	}
	
.bottomLink {
	color:#9c9c9c;
	font-family:tahoma;
	font-size:8pt;
	}
	
.bottomLink a { 
	color:#9c9c9c;
	}

.splashBG {
	background-image:url(images/bottomBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
