body {
	margin: 0 auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: center;
	color: #372300;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Ariel, sans-serif;
	}
	
a {
	color: #372300;
	text-decoration: none;
	}
	
a:hover {
	color: #372300;
	text-decoration: underline;
	}
	
#button {
	width: 587px;
	height: 119px;
	background-image:url(../images/button.png);
	text-align: center;
	margin: 0 auto;
	margin-top: 250px;
	}
	
#button:hover {
	width: 587px;
	height: 119px;
	background-image:url(../images/button-over.png);
	}
	
#footer {
	font-size: 9px;
	text-align: left;
	width: 587px;
	margin: 0 auto;
	}
	
#copyright {
	padding: 0;
	margin-top: 0;
	margin-left: 20px;
	width: 430px;
	float: left;
	}
	
#link {
	padding: 0;
	margin-top: 0;
	float: left;
	margin-left: 20px;
	width: 100px;
	}