html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #111111;
  background-image: url(bg_dark.png);
  color: #ffffff;
  font-family: Helvetica;
  text-shadow: 2px 2px 3px #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
div.sky {
  width: 100%;
  height: 160px;
  background-image: url(title_gradient.png);
  position: relative;
}
div.grass {
  width: 100%;
  height: 100%;
  background-image: url(grass.png);
  position: absolute;
  top: 0;
}
div.title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 40px;
  text-align: center;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 60px;
  color: #ffffff;
  font-variant: small-caps;
  font-weight: bold;
  text-shadow: 2px 2px 5px #000000;
}
div.menu {
  position: relative;
  width: 100%;
  height: 50px;
  background-image: url(menu_bg.png);
  text-align: center;
  word-spacing: 10px;
}
div.menu_shadow {
  position: absolute;
  top: 210px;
  width: 100%;
  height: 22px;
  background-image: url(menu_shadow2.png);
}
a.menu_item {
  /*position: absolute;
  top: 0;*/
  /*left: 600px;*/

  font-size: 22px;
  text-decoration: none;
  font-family: "Arial Black", Gadget, sans-serif;
  /*color: #ffffff;*/
  font-variant: small-caps;
  /*font-weight: bold;*/
  text-shadow: 2px 2px 3px #000000;
  word-spacing: normal;
  text-align: center;

  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  height: 48px;
  border: 0 solid transparent;
  border-image: url(menu_item.png);
  border-width: 0px 12px;
  border-image-slice: 0 12 fill;
  border-image-repeat: repeat;
}
div.content {
  position: relative;
  width: 1000px;
  height: auto !important;
  min-height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #1a1a1a;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
}
div.left_shadow {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 21px;
  height: 100%;
  background-image: url(left_shadow.png);
}
div.right_shadow {
  position: absolute;
  top: 0px;
  right: -20px;
  width: 21px;
  height: 100%;
  background-image: url(right_shadow.png);
}
div.footer {
	position: absolute;
  left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
  /*vertical-align: middle;*/
  text-align: center;
  display: table;
  /*background-color: #181818;*/
}
div.separator {
	position: absolute;
	top: -2px;
	width: 100%;
	height: 2px;
	background-image: url(separator.png);
}
h1 {
	font-weight: bold;
	font-size: 35px;
  margin-top: 0px;
	margin-bottom: 40px;
}
h2 {
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 20px;
}
a:link, a:visited {
	color: #ffffff;
}
a:hover {
	color: #bbbbbb;
}
p {
  margin-bottom: 30px;
}
.shadow {
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,1);
}
/*span.title {
  font-family: "Arial Black", Gadget, sans-serif;
  //font-size: 40px;
  font-size: 60px;
  color: #ffffff;
  font-variant: small-caps;
  font-weight: bold;
  //text-shadow: 0px 0px 3px #ffffff, 0px 0px 10px #ff8800;
  //text-shadow: 0px 0px 2px #ffffff;
  text-shadow: 2px 2px 5px #000000;
}*/
