@charset "UTF-8";
/* CSS Document */

.MainContainer {
	width: 1024px;
	height: 880px;
	margin-left: auto;
	margin-right: auto;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	width: 730px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
}
.Header {
	width: 1024px;
	height: 282px;
}
.Navigation {
	height: 58px;
	width: 1024px;
}
.BodyContainer {
	width: 1024px;
	height: 450px;
	background-image: url(images/tatamibackground.jpg);
	font-weight: bold;
}
.Footer {
	background-image: url(images/footer.jpg);
	height: 117px;
	width: 1024px;
}

