body {
	text-align: center;
	background-image: url(../images/background.jpg);
}
img {
	border: 0px;
}
#container {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	height: 965px;
	text-align: left;
}
#head {
	margin: 0px;
	width: 620px;
	height: 145px;
	background-image: url(../images/banner3.png);
}
#menu {
	position: relative;
	margin: 0px;
	width: 620px;
	height: 40px;
	text-align: center;
	background-image: url(../images/menubar.png);
}
#menu span {
	position: absolute;
	left: 19px;
	top: 5px;
}
#menu span a{
	text-decoration: none;
	font-weight: bold;
	font-family: 'Comic Sans MS', Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
}
#content {
	margin-left: 9px;
	width: 601px;
	height: 760px;
	text-align: left;
	font-family: 'Comic Sans MS', Helvetica, sans-serif;
	font-size: 16px;
	background-color: #fff;
	overflow: auto;
}
#content a{
	text-decoration: none;
	color: #f60;
}
.text {
	margin-left: 10px;
	margin-right: 10px;
	margin-top:0px;
}
#foot {
	margin: 0px;
	width: 620px;
	height: 20px;
	background-image: url(../images/foot.png);
}
