#surround {
	position: relative;
	background-image:url('images/fans_background.jpg');
	width: 800px;
	height: 500px;
	}
	
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#crest {
	position: absolute;
	top: 10px;
	right: 10px;
	}
	
#button {
	position: absolute;
	top: 180px;
	right: 30px;
	}