@charset "utf-8";
#container {
	width: 840px;
	background-image: url(back.gif);
	background-repeat: repeat-y;
	text-align: center;
}
#container #header #top {
	width: 800px;
	padding-left: 20px;
}

#container #header {
	width: 90%;
	text-align: left;
	padding-top: 20px;
}

body {
	text-align: center;
	background-color: #2A9FAA;
	font-size: 90%;
}
#container #footer {
	text-align: left;
	width: 810px;
	padding-left: 20px;
}
#container #link {
	padding-right: 30px;
	text-align: right;
	font-size: 85%;
	padding-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2A9FAA;
	width: 810px;
}
h1 {
	font-size: 90%;
}
