@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	background-repeat: repeat-y;
	background-position: center;
}
.footer, .push {
	height: 40px;
	color: #666666;
	font-size: 12px;
	line-height: 40px;
	clear: both;
	background-image: url(../img/bgtest04.jpg);
	padding: 0px;
	text-align: center;
	text-indent: 14em;
	background-position: center;
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
}

