http://cybercontact.arad-webdesign.ro/ How to align the 3 divs (About us | Clients | Email marketing) And the secon problem is how to the content background ("content_bg.png") just under the orange background and not inline with the h1 ?
Try giving the three div the CSS property 'float: left;' or if you prefer 'display: inline-block;' That should solve the alignment issue. Sorry, don't understand your second question, can you try re-wording it?
I solved the first problem. The second problem is: - look at"[h=1]Welcome to Cyber Contact"[/h] how to move the background just under the orange background without moving the text "Welcome to Cyber Contact" ?
You have banners height set to 280px when the background image is only 262px in height - which is why you have the white gap.
background image is 280px, the problem is due to h1 #content_content h1 { color: #929292; font-size: 18px; margin: 0; padding: 30px 0 0; text-indent: 20px; } I have changed and added margin and padding values.