* {
	margin:0;
	padding:0;
}

body {
	background:url(images/bg-splash.jpg) no-repeat center top;
	margin:0 auto;
}

#mainContainer {
	margin: 80px auto 0;
	/*background:#d6d6d6;*/
	width:820px;
	height:403px;
}

#splashContainer {
	margin:auto;
	width:830px;
	height:600px;
	padding:160px 0 0 0;
}

#splashHeadContainer {
	background:url(images/welcome-container.png) no-repeat bottom;
	width:454px;
	height:253px;
	margin:0;
	float:left;
}

#splashBtn {
	float:left;	
	margin:0 0 0 10px;
}

#splashBtn ul {
	margin:0 auto;
	width:360px;
}

#splashBtn li {
	list-style:none;
	padding:0 0 8px 0;
}

.saBtn {
	background:url(images/btn-sax.jpg) no-repeat;
	width:352px;
	height:122px;
	text-indent:-1000em;
	
}

.saBtn a:hover {
	background:url(images/btn-sax-over.jpg) no-repeat;
	width:352px;
	height:122px;
	text-indent:-1000em;
	
}

.congoBtn {
	background:url(images/btn-congo.jpg) no-repeat;
	display:block;
	width:352px;
	height:122px;
	text-indent:-1000em;
}

.congoBtn a:hover {
	background:url(images/btn-congo-over.jpg) no-repeat;
	display:block;
	width:352px;
	height:122px;
	text-indent:-1000em;
}

.splashEnter {
  width:352px;
  height:122px;
 /* margin:85px 0 0 15px;*/
  display:block;
}

.splashLinks ul {
	width:600px;	
}

.splashLinks li {
	margin: 0 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	list-style:none;
	float:left;
}
				  
a {
	color:#333;
	outline:none;
}

a:hover {
	color:#666;
	outline:none;
}

.clr {
	outline:none;
}