body {
	background: #c0dcef url(../img/splash/body.gif) 0 0 repeat-x;
	font-size: 62.5%;
	font-family: "Helvetica Neue", Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	position: relative;
	width: 640px;
	height: 500px;
	margin: 38px auto 0;
}

#header {
	position: relative;
	background: #000 url(../img/splash/header.gif) 0 0 no-repeat;
	width: 640px;
	height: 54px;
	margin: 0 auto;
}

#kennel_header {
	position: relative;
	background: #000 url(../img/splash/kennel_header.gif) 0 0 no-repeat;
	width: 640px;
	height: 54px;
	margin: 0 auto;
}



#header h1,
#header p {
	position: absolute;
	left: -999em;
}

#main {
	position: relative;
	background: #000 url(../img/splash/main.jpg) 0 0 no-repeat;
	width: 640px;
	height: 418px;
	margin: 0 auto;
}

#main #logos {
	position: absolute;
	background: transparent url(../img/splash/logos.png) 0 0 no-repeat;
	width: 256px;
	height: 298px;
	margin: 0;
	top: 60px;
	left: -72px;
}

#main #logos p {
	margin: 0 0 32px;
	height: 126px;
}

#main #logos p em {
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

#main #logos p a {
	display: block;
	height: 100%;
}

#footer p {
	margin: 0;
	padding: 6px 0 0;
}

#footer p,
#footer p a {
	color: #264f72;
	font-size: 11px;
	text-decoration: none;
}






