
/* CSS Document */
body {
	background: #e1d9bf url('images/bg2.gif') repeat;
	padding: 0;
	margin: 0;
  color: #000000;
	font-family: arial;
}

#all {
  width: 700px;
  height: auto;
}

#jeden {
  background: url('images/01.gif') center no-repeat;
  width: 700px;
  height: 171px;
}

#dwa {
  background: url('images/02.jpg') bottom no-repeat;
  width: 456px;
  height: 120px;
}


#trzy {
  width: 456px;
  height: 180px;
}

#trzy1 {
  background: url('images/Untitled-1_05.gif') no-repeat;
  width: 27px;
  height: 180px;
  float: left; 
}

#trzy3 {
  background: url('images/Untitled-1_07.gif') no-repeat;
  width: 18px;
  height: 180px;
  float: left; 
}

#center {
  background: url('images/clockbg.gif') no-repeat;
  width: 411px;
  height: 180px;
  float: left;  
}

#godziny{
	padding: 55px 10px 10px 20px;
	width: 110px;
	float: left;
	font-size: 50px;
	height: 180px;
}

#minuty{
	padding: 55px 0px 10px 0px;
	float: left;
	width: 120px;
	font-size: 50px;
	height: 180px;
}

#sekundy{
	padding: 55px 0px 10px 0px;
	float: left;
	width: 130px;
	font-size: 50px;
	height: 180px;
}

#cztery {
  background: url('images/04.gif') center no-repeat;
  width: 700px;
  height: 78px;
}

#reszta{
  float: left;
  width: 700px;
}

