* {
	margin: 0;
	padding: 0;
}

html, body { height: 100%; }
body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	background-image: url(includes/templates/HaitianPure/images/background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-color: #000;
	background-position: center top;
}
p {
	margin: 1em;
}

a { outline: none; }
a img { border-style: none; }
