@charset "utf-8";
.container {
	float: none;
	height: 800px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: static;
}
.content {
	float: left;
	height: auto;
	width: 800px;
	text-align: center;
}
.footer {
	height: auto;
	width: 800px;
	text-align: center;
	vertical-align: bottom;
	word-spacing: normal;
	margin-right: auto;
	margin-left: auto;
}



.header {
	float: left;
	height: 120px;
	width: 800px;
}
.nav {
	float: left;
	height: 100px;
	width: 800px;
	text-align: center;
	word-spacing: normal;
}

body {
	background-image: url(img/back.gif);











}
