html, body{
	background: #1E1E1E;
}
#header{
	background: #000000;
	padding: 20px 15px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#header .img-responsive{
	margin: 0 auto;
}
#footer{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 75%;
	color: #C4C4C4;
}
#copyright{
	float: right;
}
