@charset "utf-8";
#container {
	width: 960px;
	background-color: #FFF;
	background-position: center;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(../images/candleangelbkg1.jpg);
}
#footer {

}
#footer a:link {
	color: #03C;
	text-decoration: none;
}
#footer a:visited {
	color: #F0F;
	text-decoration: none;
}
#footer a:hover {
	color: #0FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0FF;
}
#footer a:active {
	color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}

