#footer
{
	/*position:fixed; bottom:0;*/
	position:relative;
	top:-20px;
	
	color:black;
	z-index:1;
	/*background:url(/images/FlagBG.jpg) #000017 no-repeat bottom left;*/
	display:block;
	width:100%;	
}
	
#footer p{
	position: relative;
	left:40px;
	width:400px;
	background:green;
	margin:0 auto; 
	font-size:8pt; 
	background-color:#e5e6f4;
	border:3px double #333; 
	border-bottom:none;
}
#footer p.bottom {
	border-bottom: 3px double #333;	
}

#footer p a{
	color:black; 
	text-decoration:none; 
	padding-bottom:12px; 
	display:block;
}

#footer p a:hover{
	text-decoration:underline;
}
