For logo image go to module manager and find custom HTML module in logo module position ,enter it's settings editor and change image and text. To increase height of logo position go to layout.css, find this :
.logo {
height: 100px;
width: 50%;
float: left;
text-align: left;
}
and:
.header {
height: 100px;
margin: 0 auto;
background: url(../images/header_bg.png) repeat-x;
}
change height property.