@import url("http://fonts.googleapis.com/css?family=Libre+Baskerville");

body { 
	background: linear-gradient(#333, #444, #333); margin: 0; padding: 0; height: 100%;
	font-family: "Libre Baskerville", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #0c0; text-shadow: 0.1em 0.1em 0.1em #000;
}

.page { margin: 0; padding: 0; width: 100%; }

.page#kigra-hp { 
	width: 100%; height: 100%; position: fixed; left: 0; top: 0; 
	background: linear-gradient(#333, #444); 
}

#content { margin-top: 3em; z-index: 5; }

#content img { cursor: pointer; }

.page#kigra-hp #content { 
	margin: 0; padding: 0;
	width: 100%; height: 80%; 
	position: fixed; left: 0; right: 0; top: 10%; 
}

.page#kigra-hp img#featured { 
	display: block; 
	max-width: 90%; max-height: 90%; 
	margin-left: auto; margin-right: auto; vertical-align: middle;
	border-width: thick; border-color: black; border-style: solid;
}

#footer { color: #888; text-align: center; text-shadow: 0.1em 0.1em 0.1em #000; }

.page#kigra-hp #footer {
	margin: 0; padding: 0;
	width: 100%; height: 10%;
	position: fixed; left: 0; right: 0; bottom: 0;
}

.page#kigra-gl #content { margin-left: auto; margin-right: auto; width: 80%; }
