body, html {
	min-height: 100%;
	_height: 100%;
}
body {
  background-color: #385b82;
}
#kortti {
	position: absolute;
	top: 50%;
	left: 50%;

	margin-top: -250px;
	margin-left: -375px;
	width: 750px;
	height: 500px;;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px;
  color: #dddddd;
}
#kortti a {
  color: #eeeeee;
  font-weight: bold; 
}
