body {
	background-image: url('pinboard.png');
}

div.main {
	background-image: url('paperbg.gif');
	font-family: serif;
	font-style: oblique;
	height: 1171px;
	width: 999px;
	background-repeat: no-repeat;
	margin: auto;
}

h1 {
	position: relative;
	top: 100px;
	left: 150px;
	width: 700px;
}

div.top {
	position: relative;
	top: 100px;
	left: 150px;
	width: 700px;
	height: 350px;
	font-size: 14pt;

}

div.bottom {
	position: relative;
	top: 125px;
	left: 150px;
	width: 700px;
	height: 450px;
	font-size: 14pt;
}

div.big {
	position: relative;
	top: 125px;
	left: 150px;
	width: 700px;
	height: 800px;
	font-size: 14pt;
}

div.nav {
	top: 68px;
	position: relative;
	left: 150px;
	width: 700px;
	font-size: 11pt;
}

div.paypal {
	position: relative;
	text-align: center;
	width: 256px;
	background: silver;
	border: solid 1px blue;
	padding: 16px;
	float: left;
}

table.paypal {
	position: relative;
	text-align: center;
	background: silver;
	border: solid 0px;
	vertical-align: middle;
}

div.right {
	float: right;
	text-align: left;
	width: 390px;
}

div.copy {
	position: relative;
	left: 150px;
	top: 100px;
	width: 700px;
	font-size: 10pt;
	text-align: center;
}

div.overlay {
	position: relative;
    top: 30px;
    left: 0px;
	width: 720px;
}

a {
	text-decoration: none;
	color: red;
}

a:hover {
	color: green;
}