@font-face {
	
	font-family: ubuntu;
	src: url(Ubuntu-R.ttf);
	
}

@font-face {
	
	font-family: ubuntulight;
	src: url(Ubuntu-L.ttf);
	
}

body {
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: ubuntu;
	text-align: center;
	font-size: 15px;
	line-height: 0;
	tab-size: 4;
	
}

div#menubar {
	
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-color: #000;
	white-space: normal;
	
}

div#content {
	
	display: inline-block;
	line-height: 20px;
	width: 800px;
	height: auto;
	padding: 100px 0 50px 0;
	white-space: pre-wrap;
	text-align: justify;
	word-spacing: 3px;
	
}

div#content h1 {
	
	font-size: 30px;
	font-family: ubuntulight;
	
}

div#content img {
	
	margin: 0 0 20px 0;
	width: 800px;
	box-sizing: border-box;
	border: 3px solid black;
	
}

div#content div.code {
	
	background: #6cf;
	padding: 10px 15px;
	display: block;
	margin: 0;
	border-radius: 5px;
	text-decoration: none;
	font-family: monospace;
	
}

div#content a {
	
	color: #000;
	background: #6c3;
	padding: 10px 15px;
	display: inline-block;
	font: 15px ubuntu;
	margin: 5px 0;
	border-radius: 5px;
	text-decoration: none;
	
}

div#content a:hover {
	
	background: #ccc;
	color: #000;
	cursor: pointer;
	
}

div.menubutton {
	
	position: relative;
	padding: 5px 10px;
	display: inline-block;
	font: 15px ubuntu;
	margin: 10px 5px;
	border-radius: 5px;
	
}

div.menubutton:hover {
	
	background: #fff;
	color: #000 !important;
	cursor: pointer;
	
}