.parent {
	width: 779px;
}
body {
	background-color: #000000;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Garamond, "Times New Roman";
	font-size: 11px;
	background-attachment: fixed;
	height:100%;
}
.content {
	color: #000000;
	background-color: #FFFFFF;
	height:100%;
}
.blackRow {
	color: #FFFFFF;
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
.divider {
	height: 1px;
	width: 794px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
}
