@charset "utf-8";
/* CSS Document */
body {
	background-color	: #FFF;
	background-image	: url(../images/layout/bkg_site.gif);
	margin-left			: 0px;
	margin-top			: 10px;
	margin-right		: 0px;
	margin-bottom		: 0px;
}
.footerContainer {
	position			:relative;
	width				:100%;
	height				:100px;
	background-color	:#FFF;
}
.headerContainer {
	position			:relative;
	width				:100%;
	height				:105px;
	background-color	:#FFF;
}
.mainContainer {
	position			:relative;
	width				:100%;
	background-color	:#FFF;
}
.pageContainer {
	width				:980px;
	margin-left			:auto;
	margin-right		:auto;
}