/* CSS Document */
html {
	height: 100%;
	margin: 0px;
}
body {
	margin: 20;
	text-align: left;
	background: url(images/bg.jpg);
	font-family: arial;
	color: #524c4a;

}
#body {background: url(images/bg_rozc.jpg) no-repeat;
   width: 900px;
   height: 600px;
   }
#babyclub {
  width: 215px;
  height: 215px;
  position:relative;
  margin-top:100px;
  margin-left:200px;
  float:left;
}
   
#skolka {
  width: 215px;
  height: 215px;
  position:relative;
  margin-top:130px;
  margin-right:250px;
  float:right;
} 
 
   
h1, h2, h3, h4, h5 {
	margin: 5px 0 5px 0;
	font-weight: normal;
	line-height: 120%;
}
h1 {
	font-size: 120%;
	line-height: 100%;
}
h2 {
	font-size: 100%;
	line-height: 100%;
}
h3 {
	font-size: 95%;
}
h4 {
	font-size: 90%;
}
h5 {
	font-size: 85%;
	text-transform: uppercase;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #524c4a;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
}
input.button {
	cursor: pointer;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
	font-size:12px;
}
img {
	border: 0 none;
	margin: 0px;
}

