TwentyFourteen でサイトを中央に寄せる方法

WordPressのテーマTwentyFourteenで全体を中央に表示したい場合には以下のコードを追加すれば可能です。

.site {
 margin-left: auto;
 margin-right: auto;
 }