@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #600;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

.SC {
	font-variant: small-caps;
	font-size: 18pt;
}

.sanserif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
}

#bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#container {
	position: relative;
	height: 100%;
	width: 100%;
	top: 75px;
	left: 0;
	margin: auto;
	z-index: 5;
}

#content {
	position: relative;
	width: 800px;
	height: 587px;
	margin: auto;
	background: url(../images/content.jpg) no-repeat;
	z-index: 6;
}

#copy {
	position: absolute;
	width: 642px;
	height: 494px;
	top: 40px;
	left: 75px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #333;
}

#shoes {
	position: absolute;
	width: 250px;
	height: 161px;
	top: 472px;
	left: -61px;
	background: url(../images/mask.png) no-repeat;
}

#bible {
	position: absolute;
	width: 258px;
	height: 203px;
	top: 359px;
	left: 449px;
	background: url(../images/bible.png) no-repeat;
}
