body {
	background-color: #DF0000;
	text-align: center;
	height: 100%;
}

.main {
	width: 90%;
	margin: auto;
	background-image: url(images/back.jpg);
	border: white solid 10px;
	height: 1040px;
}

.text {
	background-image: url(images/transtop.png);
	background-repeat: repeat-x;
	height: 100%;
	margin: 0px;
}

.verbiage {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #C40000;
}