@charset "utf-8";
/* CSS Document */

#banner {
	background-image: url(ktr.jpg);
	height: 200px;
	width: 730px;
	margin-left: 100px;
}
#explanation {
	background-color: #FC3;
	width: 300px;
	margin-left: 300px;
	margin-right: 300px;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#main_text {
	background-image: url(knight_guy.jpg);
	height: 600px;
	width: 800px;
	margin-left: 130px;
}
#ktr_names {
	background-color: #F33;
	width: 350px;
	margin: 50px;
	padding: 30px;
	border: thick double #000;
}
#container #explanation p {
	text-align: center;
}
