/* ---------------------------------------------------------- 
	PageFooter
------------------------------------------------------------- */
#wrapper {
	width: 940px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	}

body {
	text-align: center;
	}

#PageFooter {
	display: block;
	width: 930px;
	height: 50px;
	font-size: 12px;
	font-family: MS UI Gothic;
	text-align: center;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	}