html, body {
	font-family:monospace;
	font-size: 18px;
	text-decoration:  none;
}

body
{
	background-image: url('bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center;
}

#console {
	float: center;
	width: 800px;
	text-align: left;
}

#sourcelink {
	font-family: arial;
	font-size: 10px;
	margin-left: -100%;
	position: fixed;
	margin-top: -14px;
    top: 100%;
    right: 0%;
}