please check this URL. http://works.ebexsoft.com/destin/
There is an unexpected margin/padding in the bottom. I have used css like this:
@charset "utf-8";
body{margin:0; color:#232323; padding:0; background: #FDF8E4 url(images/bg.jpg) repeat-x;}
* {margin:0; padding:0}
html, body {margin: 0; padding: 0:}
But the space is not removing. What can I do? Please help.