* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	background-image: url(../_img/mainCont_bk.png);
	background-position: bottom;
	background-repeat:no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -134px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	clear:both;
	
	}

.footer, .push {
	height: 134px; /* .push must be the same height as .footer */
}
#column_left {
	width:200px;
	float:left;
	font-size: 0.85em;
	text-align: left;
}

#column_right {
	text-align:left;
	width:490px;
	float:right;
	padding-bottom: 25px;
	line-height: 1.5em;
}
#column_right p {
	font-size: .8em;
	color: #555555;
}
#column_left ul {
	list-style-type: square;
	line-height: 1.5em;
	color: #999;
}
