.dvElastic #footer {
	background:#DDDDDD;
	height: 20px;
	background-image: url(../images/footer.jpg);
	text-align: right;
	color: white;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: xx-small;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

