html, body { height: 100%; overflow: hidden; }
body {            
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #ffffff;
  font-family: sans-serif;
  font-size: 50px;
}

a:link {
	text-decoration: none;
 	color: #888888;
}

a:visited {
	text-decoration: none;
	color: #888888;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

#header {
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  height: 55px;
  padding: 10px 0;
}

#footer {
  text-align: center;
  width: 100%;
  height: 0px;
  padding: 10px 0;
  position: relative;
  bottom: 0;
  left: 0;
}

#juicebox-content {
  width: 100%;
  height: 600px;
}


