@charset "utf-8";
body {
	width: 100%;
	height: 100$;
	margin: auto;
	text-align: center;
}
#container #header {
	height: 160px;
	width: auto;
}
#container #menu {
	background-color: #FFFFFF;
	height: 30px;
	width: auto;
	clear: both;
}
#container #content {
	height: 520px;
	width: auto;
	text-align: left;
}

#container #footer1 {
	background-color: #FFFFFF;
	height: 25px;
	width: 1024px;
}
#container #footer2 {
	background-color: #000000;
	height: 25px;
	width: 1024px;
}

#container {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 768px;
	width: 1040px;
	position: relative;
	margin: auto;
	text-align: left;
}
.footertxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 24px;
	color: #FFFFFF;
}

