
body
{
	background:		url(gray.jpg) no-repeat center fixed;
	background-size:	cover;
	background-color:	#808080;
	font-family:		Calibri, CustomFont, Ubuntu, Open Sans, Sans-Serif;
	font-size:		100%;
	margin:			0;
}

#bottom
{
	background-color:	rgba(16, 16, 16, .6);
	color:			white;
	position:		absolute;
	bottom:			0;
	width:			98%;
	padding:		1%;
	text-align:		right;
}
