body {
	background-color: #fff9e7;
	background-image: url(/images/background.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	}

body div {
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 700px;
	height: 420px;
	text-align: center;
	font-family: "Times New Roman", times, serif;
	color: #0081B4;
	font-variant: small-caps;
	margin-top: -210px;
	margin-left: -350px;
	position: absolute;
	top: 50%;
	left: 50%;
	}
	
body div h1 {
	margin-top: 125px;
}

body div ul {
	position: relative;
	top: -15px;
	display: inline;
	padding-left: 0;
	margin-left: 0;
	}

body div ul li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	}

a {
	text-decoration: underline;
	color: #0081b4;
	}

a:hover {
	text-decoration: none;
	}
	
body form textarea {
	width: 400px;
	height: 150px;
	}
