.wrapper > img{
    width: 100%;
    display: block;
}

body{
    padding-top: 145px;
}

#footer{
    border-top: 1px solid #d6d6d6;
    margin-top: 92px;
	min-width: 900px;
    padding-top: 21px;
    padding-bottom: 21px;
    text-align: center;
}

#logo{
    margin-top: 17px;
}

#logo > a:hover{
    color: #f89d27;
}

#logo > a{
    color: #fff;
    font-weight: 600;
    font-size: 170%;
    text-decoration: none;
}