@charset "utf-8";
.test {
	float: left;
	height: 12px;
	width: 12px;
}
.container {
	margin: auto;
	float: none;
	height: 800px;
	width: 960px;
}
.banner {
	float: left;
	height: 150px;
	width: 760px;
	background-attachment: scroll;
	background-image: url(WebPic/coursebanner.JPG);
	background-repeat: no-repeat;
}
.search {
	float: left;
	height: 150px;
	width: 200px;
	background-attachment: scroll;
	background-image: url(circle-01.jpg);
	background-repeat: no-repeat;
}
.description {
	float: left;
	height: 550px;
	width: 960px;
	background-attachment: scroll;
	background-image: url(WebPic/cctc.png);
	background-repeat: no-repeat;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #00F;
}
.navbar {
	float: left;
	height: 50px;
	width: 960px;
}
