#wrapperAll {
/*	background-image: url(../images/wrapperAllBG.jpg);*/
	background-position: top center;
	background-repeat: repeat-x;
	width: 100%;
/*	height: 1000px;*/
	margin: 0px auto;
	text-align: center;
}

#contentAll {

}

#content {

}

#footerAll {
	clear: both;
	width: 100%;
/*	height: 132px;*/
	background-color: #FFFFFF;
	color: #7f7f7f;
/*	margin: 0px 0px 40px 0px;*/
/*	background-image: url(../images/footerBG.jpg);*/
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 8pt;

}

#footerAll #footer {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	padding: 20px 0px 0px 0px;
}

#footerAll #footer a {
	color: #7f7f7f;
	text-decoration: none;
}

#footerAll #footer a:hover {
	text-decoration: underline;
}

#footerAll #footer #pixelirium {
/*	padding: 76px 6px 0px 0px;*/
	text-align: left;
	color: #7f7f7f;
	float: left;
}


#footerAll #footer #footerMenu {
	float: right;
	text-align: right;
	width: 750px;
}


