Topic: How to fix width/center in Beta 3?

I can normally figure this type of problem out, but everything I've tried fails. All I want to do is give the forum layout a fixed width and centered - anyone managed it or can give me a pointer.

I'm using Beta 3 latest svn

Many thanks
Lee

Re: How to fix width/center in Beta 3?

.brd {
    width:700px;
    margin: 0 auto;
}

Re: How to fix width/center in Beta 3?

Thank you very much.