/* stylesheet to centre a page */

div#container {
	width: 640px;
	margin: auto;
	border:thin dashed #CC00FF;
}

.noTopMargin {
	margin-top: 0;
}  
