#container {
	margin: 0 auto;
	padding-top: 35px;
}

#splash_container {
	display: block;
	width: 702px;
	height: 492px;
	background-image: url(images/splash1.jpg);
	margin: auto;
	position: relative;
}

#nav {
	padding: 50px 0 0 30px;
	width: 150px;
}

#home_iconlinks {
	margin: auto;
	text-align: center;
}


#home_contactinfo {
	text-align: center;
	}

/* set the size of the definition list <dl> and add the background image */
#imap {
	display:block;
	position:relative;
	}

/* place the <dd>s in the correct absolute position */
#imap dd {
	position:absolute;
	padding:0;
	margin:0;
	}

#imap #picp {
	left:230px;
	top:185px;
	z-index:20;
	}

/* style the <dd><a> links physical size and the background image for the hover */
#imap a#ato {
	display:block;
	width:60px;
	height:70px;
	z-index:20;
	}