body {
	margin: 0;
	padding: 0;
	background-color: #666666;
}

.banposition {
	width: 100%;
	position: absolute;
	top: 25%;
}

.topbar {
	background-color: #773f30;
	height: 8px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	font-size: 7px;
}

.banpic {
	background-image: url("images/sheriban1.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 174px;
	width: 100%;
}

.bottombar {
	background-image: url("images/title.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #773f30;
	height: 20px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	padding-left: 30px;
}

.player {
	float: right;
	padding-right: 30px;
}

.divider {
	margin-left: 10px;
	margin-right: 8px;
}