body{
	background: rgba(0,63,0) url("leaves.jpg") repeat;
	margin: 0;
	padding: 0;
	font-family: Arial;
}

@font-face{
    font-family: 'Windings';
    src: url('font/wingding.ttf');
}

@font-face{
    font-family: 'ComicSans';
    src: url('font/comic.ttf');
}

@keyframes dance{
	0%{filter: invert()}
	49%{filter: invert()}
	50%{filter: invert() invert()}
	100%{filter: invert() invert()}
}

#title{
	text-align: center;
	font-size: 48px;
	margin: 24px 0 24px 0;
	font-family: 'ComicSans';
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

#title img{
	height: 96px;
}

#primates{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 640px;
	margin: auto;
}

.primate{
	width: 180px;
	margin: 0px 4px 8px 4px;
	border: ridge;
	border-width: 4px;
	background: rgba(255,223,191) url("corkboard.jpg") repeat;
	padding: 4px;
}

.primate img{
	width: 100%;
}

.primateTitle{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin: 2px 0 2px 0;
	overflow: hidden;
}

.softwareSupreme{
	font-family: 'Windings';
	cursor: pointer;
}

#player{
	margin-top: 24px;
	display: none;
}

#footer{
	text-align: center;
	color: #FFF;
	font-weight: bold;
	margin: 36px 0 36px 0;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
}