#footer {
	height: 120px;
	width: 100%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 7px;
	border-top-style: solid;
	display: block;
	background-color: #FF0000;
	position: relative;
	bottom: 0px;
	clear: both;
}
#header {
	height: 80px;
	width: 100%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #FF0000;
	display: block;
	position: absolute;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
}
