#grad {
  background-image: linear-gradient(to bottom right, white, blue);
  width: 100%;
  height: 100%;
  padding:0;
}

.center {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

body {
	font-family: "Tahoma", Geneva, sans-serif;
	color: #737473;
	margin: 0;
	padding: 0;
	height: 100%;
}

p.notice {
	color: #0864a1;
	font-weight: bold;
	font-size: 14pt;
}

a {
	color: #0864a1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}