*, html, body{margin:0;padding:0;}
body{
	behavior: url(/js/csshover.htc);
	font-family:arial,helvetica,sans-serif;
	color:#000;
	font-size: 0.84em;
	background: #b4b8c2 url(/img/csm_splash_bg.gif) repeat-x top;
	position:relative;
	}

#container {
	width: 353px;
	margin:47px auto;
	}
#header {
	width: 353px;
	height: 394px;
	background: url(/img/splash_bg_container.jpg);
	position: relative;
	}
#header h1 {
	text-indent: -999em;
	background: url(/img/splash_logo_CSM.png);
	width: 117px;
	height:89px;
	position: relative;
	top: 15px;
	left: 15px;
	} 
	
/* SPLASH NAVIGATION STYLES */

div#nav {
	position: absolute;
	bottom:0;
	}
div#nav a {
	margin: 0 0 10px 0;
	padding:0;
	display:block;
	text-indent:-999em;
	width: 351px;
	height: 29px;
	}
div#nav a.about {background: url(/img/btn_about.png);}
div#nav a.services {background: url(/img/btn_services.png);}
div#nav a.contact {background: url(/img/btn_contact.png);}	

#intro {
	background: url(/img/splash_bg_intro.jpg) no-repeat;
	margin-top: 10px;
	color: #fff;
	width: 353px;
	height: 115px;
	font: 11px/1.1em arial,helvetica,sans-serif;
	position: relative;
	}
#intro h2 {position:absolute; font: bold 14px arial;top: 12px; left:15px;margin:0;padding:0;}
#intro p {
	background: url(/img/separator_whiteFade.png) no-repeat left;
	position:absolute;
	left: 90px;
	top: 12px;
	width: 235px;
	margin:0;
	padding:3px 0 0 12px;
	}
#intro strong {font-weight: normal;}
#footer {
	display: none;
	}



