/* stylesheet to centre a page */

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