@charset "utf-8";
/* CSS Document */

html,body {
height: 100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #565656;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
}

a { 
color: #CCCCCC;
text-decoration: none;
border: 0;
padding: 0;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em; 
color: #fff;
text-align: left;
line-height:1.4em;
text-align:center;
}

div.container {
  width: auto;
  max-width:1400px;
  height: 100%;
  min-height: 300px;
  margin: 0 auto;
  padding:5px;
}

/*zdjęcia pionowe */
.img1 {
    height: 95%;
}
/*zdjęcia poziome */
.img2 {
	width:100%;
	max-width:1200px;
}
/* miniaturki - tego chyba tu jednak nie użyję */
.thumb {
display:block;
width:auto;
height:auto;
margin:0;
padding:0;
border:none;
}