/* Sander Jain - sjp_dark Theme *//* Splash Page CSS - site_splash.css *//* Designed by Four Mind :: fourmind.ca *//* Created: May 23, 2008 *//* Basic Elements */body {
	background: #000;
	margin: 0px;
	padding: 0px;
	min-width: 774px;
	font: normal 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #CCC;
	text-align: center;
}
a:link, a:visited {
	color: #DDD;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFF;
}
a img { border: none; }
.hidden { display: none; }
.clear { clear: both; height: 0px; }

#splash-bg  {
	background: #000 url(images/splash_bg.jpg) no-repeat left top;
}
#splash-logo {
	text-align: right;
}
.splash-text {
	width: 562px;
	float: right;
	margin: 0;
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
	padding-top: 20px;
}

#Footer {
	margin: 0;
	padding: 55px 0 0;
	text-align: center;
	color: #999;
	clear: both;
	font: normal 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
}
#Footer a:link, #Footer a:visited {
	color: #CCC;
	text-decoration: none;
}
#Footer a:hover, #Footer a:active {
	color: #FFF;
	text-decoration: underline;
}/* End Splash CSS */