You'll need to edit the template and change the path to the logo.
To edit the template login to Joomla's Admin panel, then click Extensions -> Template Manager. Then click on the name of your template, and click Edit CSS -> select 'template.css' -> click edit.
When the edit box appears scroll down until you see something like this:
a#sitename1{
display:block;
width:468px; /* maximum 500px */
height:60px; /* maximum 68px */
text-indent:-2000px;
background:url(
http://earthtimegames.co.cc/banner.png) top left no-repeat;
}
You can then change the url to your logo, and set the size. Remember to Save!
Hope hat helps, if it doesn't work please post back, an I'll see what I can do.