/* Globals */

/* Links */
a, a:focus, a:visited
{
	color: #fe5c01;
}
a:hover
{
	color: #fe5c01;
	text-decoration: underline;
}

html
{
	min-height: 100%;
	position: relative;
}
body
{
	color: #ffffff;
	background-color: #000000;
	margin-bottom: 60px;
}
.navbar
{
	color: #eee;
	background-color: #222222;
}
.footer 
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #eee;
	background-color: #222222;
}