* { margin: 0; padding: 0; }
		
		html { 
			background: url(../images/bckana.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height:100%;
		}

		body {
			height:100%;
			 
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			 
			-webkit-box-align: center; -moz-box-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
			 
			-webkit-box-pack: center; -moz-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
		
		}

		.alan {min-width: 550px; max-width: 100%; height: 220px; text-align: center;}
		.alan ul li a{font-family: medium; color: #fff; font-size: 16px; float: left; padding-left: 15px; padding-top: 15px; text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.32);}
		.alan ul li a:hover{color: #000;}


		nav {
  text-align:center;
  width: 100%;
  padding: 0;
  margin: 0;
  position:relative;
}

nav ul {
  list-style:none;
  margin: 0;

}


nav ul li {
  display: inline-block;
}


nav ul li a {
  color:#333333;
  display:block;
  text-decoration:none;
  float: left;
   line-height: 60px;
}

nav ul li:hover {

}


nav ul li:hover > a{
    color:#FFFFFF;
}

nav ul li:hover > ul {
  display:block;
}

nav ul ul {
	background-image: url(../images/altmenubg2.png);
	height: 67px;
  padding:0;
  text-align: center;
  display:none;
    width: 100%;
  position: absolute;
  top: 60px;
  left: 0px;
}
