body {
  margin: 0;
  padding: 0;  
  background:#ddd url(../images/bg.jpg);
  background-attachment: fixed;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
div.wrapper {
   text-align: center;
   }
#main {
	width: 848x;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}
a.whitelink:link {
	color: #fff;
	text-decoration: none;
}
a.whitelink:visited {
	color: #fff;
	text-decoration: none;
}
a.whitelink:hover {
	color: #fff;
	text-decoration: underline;
}
a.whitelink:active {
	color: #fff;
	text-decoration: none;
}
a:link {
	color: #8A0A07;
	text-decoration: underline;
}
a:visited {
	color: #8A0A07;
	text-decoration: underline;
}
a:hover {
	color: #8A0A07;
	text-decoration: none;
}
a:active {
	color: #8A0A07;
	text-decoration: underline;
}
.linkspacer { margin-left:6px; margin-right:6px; color: #888; }

.contactfield {	background-color: #ddd;
	border: 0px;
	width: 210px;
	height: 26px;
	color: #333;
	border:dotted;
	border-width:1px;
	border-color:#999;
}
.msgfield {	background-color: #ddd;
	border: 0px;
	width: 210px;
	height: 210px;
	color: #333;
	border:dotted;
	border-width:1px;
	border-color:#999;
}