/*
  The original style.css for WOPR Sława
  Created by Paco design
  http://www.wopr-slawa.pl
*/

*{
	padding:0px;
	margin:0px;
}
html{
	height:100%
}
body{
	padding:0; margin:0;
	}

body.glowneBody{


	text-align:center;
	background-image: url(tlo.jpg);
	background-repeat: no-repeat;
   background-attachment: fixed;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#ffffff;
}

#Panel{
	text-align:left;
	width:100%;
	margin-top:0px;
}


#Body{

-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border: 1px solid #ffffff;
padding: 10px;


	text-align:left;
	position:relative;
	margin:0 auto;
	width:867px;
	background-color:#ffffff;
	height:100%;
	overflow:hidden;
}


.glownyustaw{
	padding:10px 10px 10px 0px;
}


#glownyustawPanel{
	width:575px;
	float:right;
	/*margin:0px;*/
	display:block;
}