@charset "UTF-8";
#frame {
	border: thick solid #004A9C;
	height: 435px;
	width: 700px;
	position: relative;
	background-color: #FFFFFF;
	overflow: hidden;
	top: 70px;
}
#footer {
	height: 25px;
	width: 740px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 462px;
	line-height: 25px;
	background-color: #005D9A;
}

#footer2 {
	height: 25px;
	width: 740px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 480px;
	line-height: 25px;
	background-color: #005D9A;
}

