a {
  color: #126e8b;
  text-decoration: underline;
}

a:hover {
  color: #68bad3;
}

h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 1em;
}

p {
  font-size: 14px;
  margin: 0.5em;
  text-align: center;
  line-height: 150%;
}

#topcontainer {
  min-height:100%;
  margin: 0 auto -60px;
  height: auto;
  height: 100%
}

#container {
  width: 1000px;
  margin: 10px auto;
  color: #333;
  line-height: 130%;
  padding: 0;
  margin-top:0;
  min-height:100%;
}

#top {
  padding: 0;
  background-image: url(./static/images/logo.png);
  background-position: 15% 0;
  background-repeat: no-repeat;
  height: 170px;
  margin-top: 13px;
}


#content {
  margin: auto;
  width: 550px;
  padding: 1em;
  background-color: #ffffff;
  border: 10px solid #a8c048;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

body {
	background-color: #d1e751;
	background-image: url(./static/images/top_bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 0px;
	height:100%;
}
html {
  height: 100%
}
