 
body
{
	background-color: black;
	color: white;
	text-align: center;
}

a:link
{
	color: cyan;
}
a:visited
{
	color: silver;
}

#contain-header
{
	position: absolute;
	top: 0;
}


#doc
{
	width: 800px;
	margin-left: auto; margin-right: auto;
	top: 0;
	left: 0;
}

#header
{
	background-image: url("faithband.jpg");
	background-repeat: no-repeat;
	background-position: top, center;

	height: 239px;
	vertical-align: bottom;
	position: absolute;
	width: 800px;
}
#header h1
{
	font-size: 100px;
	position: absolute;
	left: 20px;
	bottom: 30px;
	line-height: 0;
}

#header h2
{
	font-size: 16px;
	position: absolute;
	line-height: 0;
	left: 40px;
	bottom: 30px;
	vertical-align: text-bottom;
}

#header h1 > a
{
	text-decoration: none;
	color: white;
}

#header h1#caption-shadow
{
	font-size: 100px;
	position: absolute;
	left: 23px;
	bottom: 27px;
	color: silver;
	content: "Faith";
}

#header .links
{
	position: absolute;
	bottom: 5px;
	right: 10px;
}

#header .links a
{
	color: white;
	font-size: small;
	margin: 5px;
}

#header .links a:hover
{
	color: #99bbff;
}

#content
{
	width: 800px;
	position: absolute;
	top: 250px;
	text-align: left;
}
