#footer {
	clear: both;
	width: 1000px;
	height: 20px;
	background: #c10063;
	margin: 30px auto 0 auto;
	color: #fff;
	font-size: 11px;
	font-family: Arial;
}

	#copyright {
		float: left;
		margin: 3px 0 0 6px;
	}
	
	#copyright_ext {
		position: absolute;
		width: 800px;
		text-align: center;
		margin: 3px 0 0 0;
	}
	
		#copyright_ext a:link,
		#copyright_ext a:visited,
		#copyright_ext a:active {
			color: #fff;
			text-decoration: none;
		}
	
		#copyright_ext a:hover {
			color: #fff;
			text-decoration: underline;
		}
	
	#madeby {
		float: right;
		margin: 3px 6px 0 0;
	}
	
		#madeby a:link,
		#madeby a:visited,
		#madeby a:active {
			color: #fff;
			text-decoration: none;
		}
		
		#madeby a:hover {
			color: #fff;
			text-decoration: underline;
		}
