body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #5f0313;
	background-image: url(../newsite/bkgd.png);
	margin:0;
	padding:0;
}

.container
{
position:relative;
width:100%
}
.center
{
	position:absolute;
	left: 25%;
} 

.masthead {
	margin: 1px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.masthead img {margin: 2px;
}

.bodybkg {
	width: 800px;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 3px;
}

.bodybkgimg {
	margin: 2px; position:absolute; z-index:-2;
}

.bodybkgimg2 {
	position:absolute;
	z-index:-1;
	top: 128px;
}

p {
	position:absolute;
	left:265px;
	z-index:1;
	font-size:14px;
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFCCFF;
	width: 400px;
	top: 200px;
}

a:link {
	color:#FF99CC;
	font-weight:bold;
	text-decoration:none;
}    /* unvisited link */
a:visited {
	color:#FF99CC; text-decoration:none;
} /* visited link */
a:hover {
	color:#FF99FF
}   /* mouse over link */
a:active {
	color:#CCCCFF; text-decoration:none;
}  /* selected link */
