@charset "UTF-8";
body {
	margin: 20;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #222222;
}
#container  {
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #222222;
	padding: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 600px;
}
#mainContent  {
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 600px;
	float: none;
}
.picture {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 600px;
}

