body {
	text-align: center;
}

#container {
        width: 762px; 
        padding: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: auto;
        margin-left: auto;
        text-align:left; 
        /* part 2 of 2 centering hack */
        width: 762px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 762px;
        }
html>body #container {
        width: 762px; /* ie5win fudge ends */
        }

#wrap {
        width: 750px; 
        padding: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: auto;
        margin-left: auto;
        text-align:left; 
        /* part 2 of 2 centering hack */
        width: 750px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 750px;
        }
html>body #container #wrap {
        width: 750px; /* ie5win fudge ends */
        }