* {
	margin: 0;
	padding: 0;
}
body {
	border: 0;
	background-color: #D2DFE3;
	background-image: url(../images/bg_mainfull.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footerWrapper {
	position: fixed;
	bottom: 0;
}
.footerWrapper .footerContent {
	width: 954px;
	height: 50px;
	background-image: url(../images/bg_bot.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
}

