@charset "utf-8";
#tower {
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 488px;
	width: 960px;
	margin-top: 90px;
	margin-bottom: 60px;
	background-image: url(image/fatorony.png);
}
#menu {
	float: left;
	height: 60px;
	width: 960px;
}
#wrapper {
	margin: auto;
	width: 960px;
}
#text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	color: #713D09;
	text-align: center;
	height: auto;
	width: 960px;
}
body {
	background-image: url(image/pattern.jpg);
	background-repeat: repeat;
}



ul.menu {
	list-style-type:none;
	position:relative;
	display:block;
	height:60px;
	font-size:18px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin:auto;
	padding:0;
	font-style: normal;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 10px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 750px;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
	float:left;
	color:#713D09;
	text-decoration:none;
	height:24px;
	padding:9px 15px 0;
	font-weight:normal;
	font-size: 16px;
}

ul.menu li a:hover,.current {
	color:#666;
	text-decoration:none;	
}
