@charset "utf-8";
/* CSS Document */

#container {
	width: 968px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #f4ffe4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main_text {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
}
#banner {
	height: 200px;
	width: 968px;
	background-repeat: no-repeat;
}
#backtotop {
	border-bottom-style: solid;
	border-bottom-color: #030;
	border-bottom-width: thin;
}

