body {

	background-position: center top;

	font-size: 11px;

	line-height: 16px;

	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;

	background-color: #fcf8f0;

	background-image: url(http://www.paddyduke.com/images/bg.jpg);

	background-repeat: repeat-x;

	text-align: center;

}

.splash {
	margin-top: 160px;
}

p {
	color: black;
	margin: 160px;
}

a:hover {
	text-decoration: underline;
	color: #ff6633;
}

a:link {
	text-decoration: none;
	color: #ff6633;
}

a:visited {
	text-decoration: none;
	color: #ff6633;
}

a:active {
	text-decoration: none;
	color: #ff6633;
}