html {
	height: 100%;
	width: 100%;
}

body {
	width: 100%;
	height: 100%;
	color: #2c2a29;
	font-family: verdana;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}


/* добавил вот эти две строки */

.content-holder {min-height: 97%;} /* изменен со 100% */
* html .content-holder {height: 97%;} /* изменен со 100% */

/* конец добавленных строчек */



* {
	padding: 0;
	margin: 0;
}

p {
	padding-bottom: 20px;
}

a {
	text-decoration: underline;
	color: #009933;
}

a:hover {color: #000;} /* изменен цвет ссылки при наведении */

a:active, a.active {
	font-weight: normal;
}

a img {
	border: none;
}

ul {
	list-style: none;
}

li {
	padding-bottom: 17px;
	font-size: 14px;
}

li.active a{
	font-weight: bold;
	text-decoration: none
}

.divTop {
	height: 26px;
	width: 100%;
	text-align: center;
	background-image:url(../img/bg_top.jpg);
}

.divTop .divGradient{
	margin: auto;
	height: 26px;
	width: 1001px;
	background-image:url(../img/bg_top_gradient.jpg);
}

.divBottom {
	position: relative; /* расскоментировал и изменил с absolute на relative */
	bottom: 0;
	left: 0;*/
	height: 96px;
	width: 100%;
	text-align: center;
	background-image:url(../img/bg_bottom.jpg);

margin-top: -96px; /* добавил отрицательный отступ равный высоте футера, у вас 'боттома' */

}

.divBottom .divGradient{
	margin: auto;
	height: 96px;
	width: 997px;
	background-image:url(../img/bg_bottom_gradient.jpg);
}

.divBottom .divFooter{
	text-align: left;
	position: absolute;
	right: 20px;
	bottom: 10px;
	color: #666666;
	font-size: 10px;
}

.divContent {
	margin: auto;
	padding-top: 30px;
	width: 900px;
	vertical-align: bottom;
	min-height: 97%; /* изменен с 500px */
	
	padding-bottom: 96px; /* добавил паддинг равный высоте футера-боттома */

}

.divLogos {
	text-align: left;
	padding-bottom: 30px;
}

.wLogo {
	width: 250px;
}

.wClaim {
	width: 440px;
}

.w100{
	width: 70px;
}

.t9{
	font-size: 7pt; 
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.divMenu {
	text-align: left;
}

.divText {
	text-align: left;
	width: 360px;
}

.divText.big {
	width: 500px;
}

.divText.small {
	width: 320px;
}

.divImage img{
	border: 2px solid #009933;
}

