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

A:link {
  color: #666666;
  font-family: tahoma, verdana, arial;
  text-decoration: none;
}

a:visited {
  color: #666666;
  font-family: tahoma, verdana, arial;
  text-decoration: none;
}

a:active {
  color: #666666;
  font-family: tahoma, verdana, arial;
  text-decoration: none;
}

a:hover {
  color: #888888;
  font-family: tahoma, verdana, arial;
  text-decoration: none;
}

img {
  border: none;
}

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

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

#choice {
  width: 700px;
  height: 260px;
  background: url(../images/bkg.gif) #333333 no-repeat left top;
}

.enter { 
  width: 700px;
  height: 260px;
  padding-bottom: 60px;
  text-align: center;
}

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

#topleft {
	height: 50%; 
  width: 50%; 
  background: url(../images/dot.gif) #333333 no-repeat bottom right;
}

#top {
  background: #333333;
}

#logo {
  background: #333333;
}

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

#left {
	width: 50%; 
  background: #333333;
}

#right {
	width: 50%; 
  background: #333333;
}

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

#bottom {
	height: 1px;
}

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

#bottomright {
	height: 50%; 
  width: 50%; 
  background: url(../images/dot.gif) #333333 no-repeat top left;
}

