
body {
	background-image: url(../images/hp_glass_bolt_bkgd.png);
	background-repeat: repeat;
	background-color: transparent;
}
.container {
	position: relative;
	background-color: #DDDDDD;
	margin: 25px auto;
	border: #000 solid 2px;
	padding-bottom: 25px;
	min-height: 600px;
}

h1, h2, h3 {
	font-family: 'Merienda', cursive;
}

button {
	margin: 5px;
}

#imgBtnArea {
	margin-bottom: 10px;
}
.gifDisplay {
	margin: 5px;
	border: 1px #fff solid;
	display: inline-block;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
}

.hogwartsImg {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.5;
}