body {
	font: 75%/160% Arial, Helvetica, sans-serif;
	width: 540px;
	margin: 0;
	background-color: #D7E1E3;
}

#parent{
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}	

#content {
	padding-bottom: 20px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	z-index: 999;
	padding: 0;
	text-align: center;
}

#footer h2{
	position: relative;
	font-size: 175%;
}

#footer h2 a{
	margin-right: 75px;
	margin-left: 75px;
	color: black;
	text-decoration: none;
}

#footer h2 a:hover{
	color: #666;	
}


.target {
	background: #d7e1e3;
	margin-top: 250px;
	text-align: center;
	padding-bottom: 20px;
}
.target h1 {
	font: bold 400%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #000;
	letter-spacing: -2px
}
.target span {
	background: url(images/gradient-grey.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 28px;
	margin-top: 5px;
}

#strapline {
	font: "Lucda Grande", Arial, sans-serif;
	color: #333;
	text-align: center;
}

