﻿/* --------------------------------------------------------------

   wrapper.css
   * Governs the wrapper styling and positioning

-------------------------------------------------------------- */

div#wrapper
{
    position: relative;
    width: 953px;       /* sets the content width */
    margin: 0 auto;     /* no top/bottom margin, centered horizontally */
    padding: 0 0 0 0;
    border: solid 1px #fff;
}