body {
	background-color: black;
}

table.main {
	width: 750px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
table.main td.top {
	height: 272px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
table.main td.bottom {
	height: 32px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}
td.cowinfo {
	color: #FFD700;
	font-family: Tahoma,Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
img.name {
	border: 3px solid black;
}
