html,body {
	height: 100%;
	width: 100%;
}

#container {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.ewb-main {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	height: 800px;
	margin: 0 auto;
}

#footer {
	margin-top: 20px;
}

.search-box,
.footer-list {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header .top {
	min-height: auto;
}

.container,
.footer-cont {
	width: 1280px;
	margin: 0 auto;
}

.logo-img {
    float: left;
    height: 89px;
    color: #cf2539;
    padding-left: 97px;
    margin-left: -4px;
    background: url('/smartsearch/css/images/logosmart.png') no-repeat left center !important;
}
