@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#CCC;
}
p {margin:0; padding:0}

.main-bg{
	background:#6e080a url(../images/main-bg.jpg) repeat-x;
	height:975px;
}
.ftr-bg{
	background:url(../images/ftr-bg.jpg);
	height:32px;
}
.ftr-txt{
	font-family:Perpetua, "Perpetua Std", "Perpetua Titling MT", "Times New Roman";
	font-size:15px;
	color:#FFF;
	line-height:32px;
	text-align:right;
}
.regtext{
	font-family:Perpetua, "Perpetua Std", "Perpetua Titling MT", "Times New Roman";
	font-size:15px;
	color:#cc9a9b;
	line-height:18px;
}
