@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}
body {background: #444343;}

#intro_top {width: 900px; height: 429px; margin: 0 auto; background: transparent url('../img/intro/top.jpg') top center no-repeat;}

#menu {margin: 0 auto; padding: 0 0 0 70px; width: 380px; height: 80px;}
	#menu ul, #menu li  {display: block; list-style: none; float: left;}
	#menu ul a:link, ul a:visited  {outline-style: none; height: 80px; display: block; border: 0 solid;}	
		#eng a  {width: 187px; background: url('../img/intro/menu.jpg') 0 0 no-repeat;}
			#eng a:hover {background-position: 0 -80px;}
		#pol a  {width: 193px; background: url('../img/intro/menu.jpg') -193px 0 no-repeat;}
			#pol a:hover {background-position: -193px -80px;}
