/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
}
div#container {
  height: 100%;
}
/* end hide */
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
  	height: 100%;
	margin: 0;
	padding: 0;
  	background-color: #FFFFFF;
	color: #000000;
}
h1, p {
  margin: 20px;
}
div#juul {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: inline;
}