#container {
	background-image: url(images/backgrounds/hogwarts.png);
}
#heading {
	position: absolute;
	top: 100;
	width: 1270px;
}

#content {
	position: absolute;
	top: 375px;
	width: 1270px;
}
h1 {
	color: #D4AF37;
	text-align: center;
	font-size: 100px;
	font-family: harrypotter;
}

h2 {
	color: #D4AF37;
	text-align: center;
	font-size: 75px;
	font-family: harrypotter;

}

#cauldron {
	position: absolute;
	left: 750px;
}

#nimbus{
	position: absolute;
	left: 250px;
}