div#footer { 
	background: rgb(230,235,250) url(../images/footer.jpg) 0 100% no-repeat;
	border-top: 1px solid rgb(150,185,230);
	text-align: center; 
	position: relative;
	height: 6em; 
	clear: both;
}

div#footer p#credit {
	position: relative;
	top: -8em;
	left: 18em;
	margin-left: 4em;
	height: 4em;
	padding-top:2em;
	color: rgb(255,255,255);
	text-align: left;
	line-height: 2em; 
}

div#footer p#designer {
	position: relative;
	top: 0;
	left:0;
	width: 28%;
	height: 4em;

	padding-top:2em;
	color: rgb(185,205,220);
	background: rgb(105,140,195);
	text-align: left;
	line-height: 2em; 
	padding-left: 2%; 
}

/********************************
* optional footer anchor styles *


div#footer a:link {
	color: rgb(255,255,255);
}

div#footer  a:visited {
	color: rgb(255,255,255);
}

div#footer a:hover {
	color: rgb(0,0,128);
	text-decoration: none;
}

********************************/