Css'de iki id'de şu değişiklikleri yapman yeterli:

Css'de aşağıdaki kodu bul:
#lower {
margin:auto;
padding: 10px;
width: 100%;
background:url(http://3.bp.blogspot.com/-AX5PGZe9b4c/TjOfSAqG8_I/AAAAAAAABNg/lLHa9Puv5kI/s1600/be43b534+%25281%2529.png);background-repeat:no-repeat;
}


Aşağıdaki gibi değiştir:
#lower {
margin:auto;
width: 100%;
background:url(http://3.bp.blogspot.com/-AX5PGZe9b4c/TjOfSAqG8_I/AAAAAAAABNg/lLHa9Puv5kI/s1600/be43b534+%25281%2529.png);background-repeat:no-repeat;
}


Css'de emege_saygi id'sini bul ve aşağıdaki kod ile değiştir:

#emege_saygi {
background:url(http://1.bp.blogspot.com/-KIcTE78TEvQ/TlZx4pUGeiI/AAAAAAAABcA/RBXnqRtON6E/s1600/Untitled-1.png) no-repeat;
margin-top: 20px;
margin-bottom: -11px;
display:block;
weight: 1004px;
height: 37px;
}