body, html {
	height: 100%;
	padding:0;
	margin:0;
	text-align: center;
	background: #deceba url(../images/mainpage_background_2col.jpg) repeat-y top center; 
}

#WrapperMain {
	height: 100%;
	margin: 0 auto;
	padding: 0 6px;
	width: 954px;
	text-align: center;
	background: #fff url(../images/mainpage_background_2col.jpg) repeat-y top left;
}

#ContentFoot {
	text-align: right;
	width:640px;
}

#Footer_2col {
	width: 954px;
	clear:both;
	height: 19px;
	background: url(../images/footer_background.gif) repeat-x bottom left;
}

