body {
	background-color: #1BC709;
	background-image: url(graphics/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	color: #000000;
	margin-top: 165px;
	padding: 0px;
}

#content {
	padding: 30px;
	float: left;
	height: auto;
	width: 520px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	background-color: #FFFFFF;
	border: thick dashed #000000;
	text-align: center;
}

