body {
	font-family:  Helvetica, Arial, Verdana,  sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #9c8364;
	margin: 0;
	padding: 0;
	background-color: #7acddb;
}
h1 {
font-size:18px;
}
html, body {
	height:100%;
	width:100%;
	
}
#wrapper {
   	width: 50%;
   	margin-left:auto;
   	margin-right:auto;
	width:830px;
	height:515px;
	background-image:url(../images/dahlbabyHomePage.jpg);
	background-repeat:no-repeat;

}
#footer {
	z-index:25;
	float:left;
	text-align:left;
	margin-left:43px;
	position:relative;
	margin-top:180px;
	width:350px;
}
#outer {
	height:100%;
   	width:100%;
   	display:table;
   	vertical-align:middle;
}
#container {
	position:relative;
	top: 50%;
	display:table-cell;
   	vertical-align:middle;

}
a {
	font-size:15px;
	text-decoration:none;
	color:#d9773c;
	}
a:hover {
	color:#9c8364;
	}