#thumbs {   
    width: 700px;
    margin-top:90px;
    margin-left: auto; 
    margin-right: auto;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
#thumbs a {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.cimsor {
	font-size: 40px;
	font-weight: bold;
    font-family: Arial;
        width: 100%;
}
.img {
	border:3px solid white;
    }
	
html { 
  background: url(nyito/hatterkep.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}