CSS – Center a Website

The Source Code to copy/paste:

.wrapper {
    width:960px;
    margin:0 auto;
}

My official WebSite >