body {
	background-color: #0B4D7F;
	margin: 0px;
}

/* Some browsers (eg. Firefox) will place a border around any image links unless this is set. */
* img {
	border:none;
	display: block;
}

#content {
	width: 960px;
	height: 700px;
	background-color: #0B4D7F;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
