body {
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px
	}
	
.clr {
	clear: both;
	height: 0;
	overflow: hidden;
	}
	
a {
	text-decoration: none
	}
	
	a:hover {
		text-decoration: underline; color: black;
		}
	
#wrapper {
	width: 1000px;
	margin: auto
	}
	
	#background {
		height: 900px;
		width: 950px;
		background:  url(doghavenSplash_bg2.jpg);
		position: relative
		}
		
		#list {
			position: absolute;
			left: 50px;
			top: 320px;
			}
		
			#list ul {
				list-style: none;
				margin: 0;
				padding: 0
				}
			
			#list li {
				margin: 0 0 11px;
				padding: 0;
				font-size: 14px;
				font-family: verdana, sans-serif;
				color: #ffffff;
				line-height: 90%;
				}
				
				#open {
				position: absolute;
				left: 50px;
				top: 40px;
				font-size: 14px;
					font-family: verdana, sans-serif;
				color: #ffffff;
				line-height: 150%;
				}
#listb {
			position: absolute;
			left: 50px;
			top: 700px;
			}
		
			#listb ul {
				list-style: none;
				margin: 0;
				padding: 0
				}
			
			#listb li {
				margin: 0 0 11px;
				padding: 0;
				font-size: 14px;
				font-family: verdana, sans-serif;
				color: #016e88;
				line-height: 90%;
				}

			
		#text {
			position: absolute;
			left: 50px;
			top: 820px;
			color: #ffffff;
			font-size: 14px;
			}
			
			#text a {
				color: #ffffff;
				}
#footer {
		text-align: center;
		font-size: 10px;
		padding: 0 0 20;
		}
		
		#footer a {
			color: #000
			}

