body {
	font-family: 'Jura', sans-serif;
	font-size: 18pt;
	margin: 0 auto;
	background: #f5f5f5;
	padding: 0;
	width: 45%;
	text-align: justify;
}

h1 {
	font-size: 250%;
	margin: 1em 0 0 0;
	text-shadow: 3px 3px 5px #ccc;
}

h2 {
	font-size: 120%;
	margin: 2em 0 .5em 0;
	text-shadow: 3px 3px 5px #ccc;
}

a {
	color: #303030;
}

sup {
	font-size: 70%;
}

footer {
	font-size: 50%;
	text-align: center;
	margin-bottom: 1em;
}

#menu {
	position: fixed;
	left: 80%;
	top: 2em;
	width: 200px;
	text-align: left;
}

#menu span {
	font-size: 60%;
	display: block;
	margin-bottom: 5px;
}

#menu span a {
	color: #000;
}

#json-logo {
	position: fixed;
	left: 75%;
	top: 2em;
	filter: alpha(opacity=10);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	-moz-opacity: 0.10;
	opacity:0.10;
}

#jsonaut-def { 
	margin: 20em 0 5em 0;
}

.intro {
	margin: 2em 2em 0 0;
	font-size: 70%;
}

.trailer {
	font-size: 70%;
	margin-top: 4em;
}
