
* {
	margin: 0;
	padding: 0;
}

body {
	background: #f50 url(bg.gif) repeat-x left bottom fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

.centre {
	width: 470px;
	margin: 0 auto 50px;
	padding: 275px 15px 25px;
	background: #fff url(title.gif) no-repeat left top scroll;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	color: #000;
}

p {margin: 0 0 1.5em 0;}

p.signature {
	text-align: right;
	font-style: italic;
	margin: 35px 0 0;
}

a {color: #ff5500;}
a:visited {color: #ff00ff;}
a:hover {text-decoration: none;}

.back {
	clear: both;
	margin: 2em;
}

