Quote Originally Posted by raimond View Post
I want a border on the centerColumn

Okay, no problem

.centerColumn {
border: 1px solid #cacaca;
margin: auto;
height: 100%;
}

but the problem is, that the centerColumn doesn't have the height of 100%.

How can I get the height of 100%?
maybe try the border on #contentMainWrapper instead?