body {
	font-family: Futura, Arial, Helvetica, sans-serif;
	color:#000;
}

#holdingwrap {
	height: 98px;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 30%;
}

#holdingarea {
	width: 200px;
	height: 238px;
	margin: 0px auto 0;

}

#logo {
	width: 200px;
	height: 238px;
	margin: 0 3px 30px 3px;
}

#textwrap {
	height: 98px;
	width: 100%;
	position: absolute;
	z-index: 10;
	bottom: 0;
}

#textarea {

}

/*
p {
	margin: 0 12px 5px 12px;
	font-size: 14px;
	text-align: justify;
	line-height: 1.3;
}
*/

h2 {
	font-size: 18px;
	text-align:center;
	margin: 0 0 10px 0;
	font-weight: normal;
}

p {
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
}

a {
	color:#000;
}

a:hover {
	color: #531a00
}