body {
	/*background-image: url("backdrop.jpg");
	background-repeat: repeat-x;*/
	background-color:black;
	text-align: center;
	}
.header {
	position: absolute;
	top: 20px;
	width: 600px;
	left: 25%;
	}
.body {
	background-image: url("body.jpg");
	background-repeat: repeat-y;
	position: absolute;
	top: 135px;
	left: 25%;
	width: 600px;
	height: 500px;
	padding: .5em;
	}
.link {
	background-color:black;
	color:white;
	text-decoration:none;
	width: 130px;
	border-bottom:1px solid #DDCC84;
	text-align: center !important;
	display:inline;
	}
.link:hover {
	background-color:white;
	color:black;
	}
.left {
	text-align: left !important;
	}
.center {
	text-align: center !important;
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
