@font-face 
{
  font-family: 'League';
  src: url("LeagueGothic.eot");
  src: local('☺'), url("LeagueGothic.otf") format('opentype'), url("leaguegothic.svg#lg") format('svg');
}
a
{
	text-decoration: none;
	color: inherit;
}
body
{
	font-family: Tahoma;
	font-size: 12px;
	background-color: silver;
	background-image:url('bg.png');
	position: relative;
	z-index:0;
}
#page
{
	width: 940px;
	border: 1px solid silver;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	background-color: white;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	z-index: 1;	
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 0px 0px 100px silver;	
}
#page td
{
	vertical-align: top;
}
#logo
{
	text-shadow: 1px 1px 10px black;
	font-size: 64px;
	color: white;
	font-family: 'League';
	z-index: 5;
}
#logo a:hover
{
	color: orange;
}
#cats
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 30px;
	color: white;
	font-family: 'League';
	text-shadow: 1px 1px 8px black;
	letter-spacing: 5px;		
}
#cats a:hover
{
	color: orange;
}
.thb
{
	width: 136px;
	height: 140px;
	float: left;
	text-align: center;
}
.thb div
{
	background-color: black;
	width: 125px;
	height: 100px;	
	margin-bottom: 5px;
	margin-left: 5px;
}
.thb img
{
	width: 125px;
	height: 100px;
	opacity: 0.5;
	border: 0;
}
.thb a
{
	color: #737373;
	font-size: 11px;
}
.thb a:hover 
{
	color: orange;
}
.thb a:hover img
{
	opacity: 1;
}
#pages
{
	list-style: none;
	clear: both;
	border-top: 1px solid silver;
	text-align: center;
	padding-top: 5px;
	color: #737373;
}
#pages li
{
	display: inline;
	padding: 5px;
	font-weight: bold;
}
#pages li a:hover
{
	color: orange;
}
#pages li.active
{
	color: black;
	text-decoration: underline;
}
#mov
{
	text-align: center;
}
#mov img
{
	max-width: 100%;
}
h1
{
	text-shadow: 1px 1px 8px black;
	font-family: 'League';
	color: white;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
}