.box {
	border: 1px solid #000000;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}
a:link, a:visited, a:active { color: #3366cc; text-decoration: underline; }
a:hover { color: #909090; }
