body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #2E2E2E;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	width: 700px;
	background-color: #CDE9A7;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #7AA054;
	border-left-color: #7AA054;
	height: 1900px;
}

#node {
	width: 600px;
	height: 300px;
	background-color: #ffffff;
	border-width: 3px;
	border-color:: #7AA054;
	border-style: solid;
}

#node img {
	float: left;
	clear: both;
	display: inline;
	border-width: 3px;
	border-color:: #7AA054;
	border-style: solid;
}
