body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #ffffef;
	background:#000000;
}

b {
  font-size:12px;
  color:#000000;
  }
	a
		{
		color:#939393;
		}
		a:hover
		{ 
		color:#cfd53f;
		}

#top {
  width:100%;
  background:#ffffff;
}

#in_top {
  width:1000px;
  height:150px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  }

#srodek {
  width:100%;
  background:#212121;
  background-image:url(img/bgx.jpg);
  background-repeat:repeat-x;
  }

#in_srodek  {
  width:1000px;
  margin-left:auto;
  margin-right:auto;
  }
#lewy
  {
  width:600px;
  float:left;
  }
#prawy
  {
  width:300px;
  float:left;
  }
#stopka {
  width:100%;
  background:#000000;
  }
#in_stopka {
  width:1000px;
  height:100px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  color:#fffefe;
  }
  
#linia {
  width:100%;
  height:5px;
  background:#d0d63f;
  }