html {}
	
	body {
		margin: 0;
		padding: 0;
		border: 0;
		background: #122432;
		font-family: 'Lucida Grande', Helvetica, sans-serif;
	}
	
		a {
			outline: none;
			border: 0;
		}
		
		img { border: 0; }
		
#splash {
	background: #d3d3d3 url('/images/fills/flash.png') top center no-repeat;
	height: 544px;
}

	#splash h1 {
		background: url('/images/marks/ck_nameplate.png') center center no-repeat;
		height: 100%;
		text-indent: -5000px;
		overflow: hidden;
		margin: 0;
	}
	
#outlets {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: -115px;
}

	#outlets li {
		
	}
	
		#outlets li a {
			text-decoration: none;
			color: rgba(11, 22, 33, 1);
			font-size: .8em;
			font-family: Helvetica;
			line-height: 1.5em;
			text-transform: uppercase;
		}
