html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #91965B;
  background-image: url("../images/bg.png");
  color: #2d2e2e;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
  font-size: .825em;
  line-height: normal;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#container {
	background-color: #05431A;
}
#main {
	margin-right: auto;
	margin-left: auto;
	background-color: #0D8933;
	width: 688px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
