i have the "main" div here : http://tallevi.net/daniel/?page_id=5 if i change the screen resolution the div is not in the middle, currently the css of the "main" div is :
.#main {
width: 680px;
position: absolute;
right: 35%;
padding: 0 40px 5px 40px;
font: normal 14px Verdana, Arial, sans-serif;
line-height: 20px;
display: inline-block;
z-index: 2;
background: url(images/content_back.png) repeat-y;
}
wha'ts wrong?