#splashContent {
	position: absolute;
	z-index: 2;
	left: 173px;
	top: 115px;
	/*width: 100%;
	height: 100%;*/
	background-attachment: scroll;
	background-image: url(/images/welcome_bkdImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*overflow: visible;*/
} 

#content {
	padding-top: 0px;
	background-image: url(/images/welcome_bkdImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	
	}
	
.mortice {
	background-color: #c8beab;
	padding: 10px;
	border: 1px solid #b7ae9d;
}
