/* stylesheet to centre a page */

div#container {
width: 725px;
margin: auto;
}
.noTopMargin {
margin-top: 0;
}