html{
	height: 100%;
	margin: 0; 
    padding: 0;
}


body{	
	text-align: center;
	vertical-align: middle;
	background-color: #e5f6fd;
	background-image: url(kepek/design/bg_body.jpg);	
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	margin: 0;
}


#container{
    font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	width: 900px;
	height: 100%;
}

/*index lap középre*/
div#index_centered
{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 500px;
  margin-left: -450px; /* half of width */
  margin-top: -250px;  /* half of height */
  margin-bottom: -250px;  /* half of height */
  background-color: #e5f6fd;
}

.menu{
    font-weight: bold;
    color: #123456;
    text-decoration: none;
}
.menu:hover{
    font-weight: bold;
    color: #654321;
    text-decoration: none;
}



