html {
    width: 100%;
    height: 100%;
	overflow-x: hidden;
}

.logo-wrapper {
  /*background: url(../images/logo.png) no-repeat;*/
  background: url(../images/logo_and_text.png) no-repeat;
  height: 100px;
  background-position: 15px;
}
