html, body, #todo{
  	height:100%;
	min-height:100%;
  	width: 100%;
	margin: 0px;
	padding: 0px;
}
html > body, html > body #todo {
  	height:auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	overflow: -moz-scrollbars-vertical;
	letter-spacing: 0.07em;
}
.flash{
	height: 97%;
}
.intro{
	position: absolute;
	bottom: 0;
}
.intro a{
	color:#fff;
	background-color: #EA0000;
	text-decoration: none;
	padding: 0 10px;
	font-weight: bold;
}
.intro a:hover{
	color: #000;
}
