html, body {
	/*height: 100%;*/
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 50px;
	margin: 0;
	background: #fff url(texture.jpg) repeat fixed center top;
}

p {
	margin: 0;
	padding: 0 0 10px;
	text-align: justify;
	}

a, a:visited, a:active {
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: underline;
	border: none;
}

img {
	border: none;
}

.clear {
	clear: both;
}
