	* {margin:0;padding:0}
	html, body {width:100%;height:100%;}
	body {
		background:url('/images/lutalivre.jpg') repeat-y center center #1b1b1f; 
		background-attachment:fixed; 
		text-align:center; 
		color:#eee; 
		font:normal 10px Verdana, sans-serif;
		}
	h1,
	h2,
	h3,
	dt	{
		font-family:Georgia, serif;
		margin:20px 0;
		text-align:center;
		font-style:italic;
		padding:3px 0;
		}
	h2 {
		text-transform:lowercase;
		font-size:1.8em;
		margin-bottom:40px;
		line-height:1.4em;
		color:#570804;
		}
	h3, dt {font-size:1.4em;clear:left}
	p {margin:5px 0;}
	a {color:orange;}
	a:hover {
		color:#000;
		background:orange;
		}
	table { 
		height: 100%; 
		border: none;
		width:100%;
		text-align:center;
		}
	td { 
		text-align: center; 
		padding: 25px;
		}
	img {border:none}
	li {margin-left:20px;}
	img.left {
		border-width:3px;
		border-style:inset;
		border-color:#eee;
		float:left;
		margin:0 10px 10px 0
		}
	#menu {
		position:relative;
		z-index:50;
		width:650px;
		margin:0 auto;
		background:url('/images/menu.png');
		list-style:none;
		height:160px;
		overflow:hidden;
		}
	#menu li a {
		position:absolute;
		display:block;
		height:43px;
		top:18px;
		text-indent:-9999px;
		overflow:hidden;
		}

	#menu li a#m1 {width:99px;left:95px;background:url('/images/mistrzowie-menu.png')}
	#menu li a#m2 {width:56px;left:221px;background:url('/images/kluby-menu.png')}
	#menu li a#m3 {width:72px;left:303px;background:url('/images/historia-menu.png')}
	#menu li a#m4 {width:44px;left:406px;background:url('/images/team-menu.png')}
	#menu li a#m5 {width:68px;left:480px;background:url('/images/kontakt-menu.png')}
	
	#menu li a#m1.active,
	#menu li a#m1:hover {width:99px;left:95px;background:url('/images/menu.png');background-position:-94px -18px;}
	#menu li a#m2.active,
	#menu li a#m2:hover {width:56px;left:221px;background:url('/images/menu.png');background-position:-219px -18px;}
	#menu li a#m3.active,
	#menu li a#m3:hover {width:72px;left:303px;background:url('/images/menu.png');background-position:-303px -18px;}
	#menu li a#m4.active,
	#menu li a#m4:hover {width:44px;left:406px;background:url('/images/menu.png');background-position:-405px -18px;}
	#menu li a#m5.active,
	#menu li a#m5:hover {width:68px;left:480px;background:url('/images/menu.png');background-position:-481px -18px;}
	
	#wrapper {
		position:relative;
		z-index:100;
		width:460px;
		margin:0 auto;
		text-align:left;
		font-size:1.3em;
		line-height:1.4em;
		margin-top:-80px
		}
	.section {padding-bottom:90px;}
	.belt {margin:20px;padding:10px;}
	.brown {background:#630}
	.purple {background:purple}
	.blue {background:blue}
	.orange {background:orange}
	.green {background:green}
	
	
