html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: verdana, sans-serif;
}
body {
  background-color: #94d545;
  color: #2d2e2e;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  font-size: 15px;
  font-weight: bold;
}
h2 {
  color: #78a769;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: none;
}
a:focus {
  color: white;
}
a:active {
  color: white;
}
#wrapper {
  position: absolute;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 570px;
  text-align: left;
  width: 800px;
  margin: -285px 0 0 -410px;
  top:50%; left:50%;
  border: 3px solid orange;
}
#wrapper #container {
  overflow: hidden;
  margin: 10px 10px 10px 10px;
}
#wrapper #container #left {
  float: left;
  padding: 10px 10px 10px 10px;
  width: 150px;
  min-height: 500px;
  margin-left: 25px;
  margin-top: 20px;
}

#wrapper #container #main {
  background-color: #70c505;
  margin: 70px 0 0 200px;
  padding: 10px 10px 10px 10px;
  height: 420px;
  border: 1px solid white;
  width: 530px;
  overflow: auto;
}

#footer {
	position: absolute;
	width: 700px;
	height: 15px;
	margin-left: 340px;
	margin-top: -25px;
	color: white;
}

#footer a {
	text-decoration: none;
	color: white;
}

#desc {
	margin-top: -10px;
	font-size: 0.8em;
}

#logo {
	position: absolute;
	padding: 20px;
	margin-left: 80%;
	z-index: 5000;
}