.page {
    top: 0px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding: 0 10px;
    margin-bottom: -77px;
}

.backgroundOverlay{
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	*background: none;
	*overflow-y: hidden;
}

html {
    height: 100%;
    overflow-y: auto;
    width: 100%;
}

.asset_footer {
    position: relative;
    height: 77px;
    margin-top: -77px;
    font-size: 10px;
    color: #333;
    background: #fff repeat-x;
    background-image: url("images/footer/bg.jpg");
    z-index: 1;
    clear: both;
}

.asset_footer_div_container {
    max-width: 660px;
    padding-left: 10px;
}

.asset_footer .asset_footer_logo, .asset_footer .asset_footer_text {
    float: left;
    width: auto;
    margin: 0;
    margin-right: 15px;
}

.asset_footer .asset_footer_text {
    width: 310px;
}

.asset_footer p {
    padding-top: 5px;
    text-align: center;
    line-height: 1.5em;
}

.asset_footer img {
    padding-top: 15px;
}

