BODY {
	padding-right: 0px; 
  padding-left: 0px; 
  padding-bottom: 0px; 
  margin: 0px; 
  padding-top: 0px; 
  font-family: tahoma,verdana,arial; 
  background-color: #212121;
}

#main {
	width: 100%; 
  height: 100%;
}

#flash {
  width: 1100px;
  height: 420px;
}

/* -------------------- */
/*     wybór wersji     */
/* -------------------- */

.footer_01 { 
  height: 15px;
  padding-left: 100px;
}

.footer_02 { 
  height: 15px;
}

.footer_03 { 
  height: 15px;
}

.footer_04 { 
  height: 15px;
}

.footer_05 { 
  height: 15px;
  padding-right: 100px;
}

.footer_link:link {
  font-size: 10px;
  font-weight: normal;
  color: #C8EA16;
  text-decoration: none;
}

.footer_link:visited {
  font-size: 10px;
  font-weight: normal;
  color: #C8EA16;
  text-decoration: none;
}

.footer_link:active {
  font-size: 10px;
  font-weight: normal;
  color: #C8EA16;
  text-decoration: none;
}

.footer_link:hover {
  font-size: 10px;
  font-weight: normal;
  color: #90A80F;
  text-decoration: none;
}

.separator {
  height: 2px;
  width: 1000px;
  background: url(../images/separator.png) repeat-x 100px top;
}

.footer_address {
  height: 15px;
  vertical-align: top;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  color: #999999;
}

/* -------------------------------- */
/* utrzymanie strony w centrum okna */
/* -------------------------------- */

#topleft {
	height: 50%; 
  width: 50%; 
  background: #212121;
}

#top {
  background: #212121;
}

#topright {
	height: 50%; 
  width: 50%; 
  background: #212121;
}

#page_left {
	width: 50%; 
  background: #212121;
}

#page_right {
	width: 50%; 
  background: #212121;
}

#bottomleft {
	height: 50%; 
  width: 50%; 
  background: #212121;
}

#bottom {
	height: 1px;
}

#bottomright {
	height: 50%; 
  width: 50%; 
  background: #212121;
}

#footer { 
  padding-bottom: 10px;
  font-size: 10px;
  font-weight: normal;
  color: #666666;
  font-family: tahoma, verdana, arial;
  text-align: center;
}

