header{
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	box-shadow: 1px 0px 10px rgba(0,0,0,.8);
	z-index: 100;
	border-bottom: 1px solid #C10021;
}

footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #000000;
	background-color: #F25C27;
	height: 30px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	border-top: 0px solid #C10021;
	padding:0;
}

footer p {
	text-align: center;
	font-weight:bold;
	margin-top: 5px;
}
body {
	margin-top:40px;
	background: url(../img/bg-content.jpg) 50% 50%;
	margin-bottom:0px;
}
