@CHARSET "UTF-8";

html
{
  height: 100%;
  margin:0;
  padding:0;
}
body
{
	margin: 0 auto;
 	background: #000;
  	font-family: Verdana;
  	line-height: 1.3em;
  	font-size: 12px;
  	color: #fff;
  	padding:0px;
}
img
{
	border: 0 none;
}

div.strona
{
	border:3px double #444;
	width:1000px;
	height:750px;
	margin: auto;
	position: absolute;
	top:0; bottom:0; /* wyrównanie w pionie */
	left:0; right:0; /* wyrównanie w poziomie */
	overflow: auto;	
}
div.strona_G
{
	width:900px;
	height:645px;
	margin: auto;
	position: absolute;
	top:0; bottom:0; /* wyrównanie w pionie */
	left:0; right:0; /* wyrównanie w poziomie */
	overflow: auto;	
}
#close_galery
{
    text-align:right;
    margin: 0;
    padding:0;
}
td
{

}