Hi Nipponshin,
Literally, nothing changes when i mess around with the .CSS file. I even went as far as changing the name of it and deleting it all together, which changed nothing in the theme. That is very odd since this is supposedly what determines the styling of the entire website.
But just to show you, i located the line of code where i think it is connected to the header:
header {height: 455px;margin: 0 auto;position: relative;width: 964px}
.theme_title {font-size:12px;font-weight:400;text-shadow: 0 0 1px #fff;margin:0 0 4px;text-align:center;font-family:Arial,Tahoma,Verdana,sans-serif;}
and i inserted a url link to where i wanted the image:
header {height: 455px;margin: 0 auto;position: relative;width: 964px} url(images/VESCO-EGYPT-LOGO.jpg)
.theme_title {font-size:12px;font-weight:400;text-shadow: 0 0 1px #fff;margin:0 0 4px;text-align:center;font-family:Arial,Tahoma,Verdana,sans-serif;}
Nothing changes.