body {
	background-color: #FBF97E;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
p {
	font-family: Arial;
	font-size: 13px;
	color: White;
	margin: 2px;
}
p.big {
	font-size: 18px;
}
a {
	color: Yellow;
	font-weight: bold;
}
a:hover {
	color: White;
}
img.cover_small {
	width: 88px;
	height: 125px;
	border: solid 1px #F6EF01;
	margin-right: 20px;
}
img.thumb {
	width: 160px;
	height: 120px;
	border: solid 1px #F6EF01;
	margin-right: 2px;
}
img.thumb_button {
	height: 122px;
	border: 0px;
}
