body {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	padding:10px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-size:cover;
	font-family:'Inconsolata', 'Courier', sans-serif;
	font-size:18px;
	color:#000;
	cursor:text;
}

div {
	display:inline;
}

p {
	padding:5px;
	font-size:27px;
}

img {
	display:block;
}

#cursor {
	display:inline-block;
	width:1px;
	height:18px;
	background-color:#000;
	margin-left:2px;
}

#read-more {
	position:absolute;
	bottom:100px;
	right:100px;
	z-index:10;
	padding:10px;
	background-color:rgba(0,0,0,0.1);
	color:#424242;
}

#read-more a {
	color:#8a8a8a;
	text-decoration:none;
	border-style:solid;
	border-color:#2071a6;
	border-width:0px;
}

#read-more a:hover {
	text-decoration:none;
	border-width:0px 0px 1px 0px;
}