body {
	background-image: url("https://www.jerkcity.com/bong.jpg");
	background-color: #663300;
	background-position: center center;
	background-repeat: no-repeat;
	color: #D9D9D9;
	width: 50%;
	height: 100%;
	margin: auto;
	font-family: "Optima", "Comic Sans", Comic, Sans;
}
button {
	left-margin: auto;
	right-margin:auto;
	background-color: Transparent;
	width: 44%;
	min-width: 123px;
	height: 26px;
	font-weight: bolder;
	color: #CCCC33;
	font-size: 12pt;
}
.buttonHolder {
	text-align:center;
}
#wrap {
	min-height: 99%;
}
#main {
	overflow:auto;
	padding-bottom: 69px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -69px; /* negative value of footer height */
	height: 69px;
	clear:both;
}
a:link {
	text-decoration: none;
	color: #669969;
}
a:visited {
	text-decoration: none;
	color: #696969;
}
a:hover {
	text-decoration: underline;
	color: #696699;
}
a:active {
	text-decoration: underline;
	color: 420420;
}
