/* CSS Document */
html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

#title {
	color: #555;
	font-size: 60px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	letter-spacing: 10px;
	text-shadow: white 3px 2px 2px;
	text-outline: yellow 2px 2px;
}

#sub-title {
	color: #555;
	font-size: 25px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	letter-spacing: 5px;
	text-shadow: white 2px 2px;
	float: right;
}

#mouse-position {
	font-weight: bold;
	float: right;
}