html {
	min-height: 100%;
	font-family: arial;
	color: white;	
}

body {
	background-color: black;	
	background: linear-gradient(to bottom, #4c4c4c 0%,#000000 8%,#141414 99%); /* W3C */

	height: 100%;
}

h2 { display: inline; }
h3 { display: inline; }

@font-face {
	font-family: lora;
	src: url(/web/20160324002650/http://www.kluey.com/lora.woff);
}

.title {
	font-family: lora;
	font-size:64px;
	text-align: center;
	color: white;
	padding-top: 125px;
}

.center { text-align: center; }
.id { text-align: center; font-weight:bold; border-right: 1px solid black; }
