/* CSS Document */
@charset "utf-8";
body,td,th {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #626262;
}

body {
	margin:0px;
	background:url(/images/bg_sky.jpg) repeat-x top #fff;
}

/*Ostalo*/

.clear {clear:both;}

h1{
	font-size:22px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
}

h2{
	color:#626262;
	font-size:18px;
	font-weight:normal;
	margin:0px;
}

img{
	border:0px;
}

a:link, a:active, a:visited{
	color:#626262;
	text-decoration:underline;
}

a:hover {
	color:#626262;
	text-decoration:none;
}
/*LAYOUT*/

.bottom_bg_layout {
	position:relative;
}

.grass{
	position:absolute;
	width:100%;
	height:224px;
	bottom:0px;
	left:0px;
	background:url(/images/grass.png) repeat-x bottom;
	z-index:1;
}

.kids{
	position:absolute;
	width:1146px;
	height:347px;
	background:url(/images/kids.png) no-repeat;
	bottom:80px;
	z-index:0;
	left:50%;
  margin-left:-573px;
}

.logo{
	position:absolute;
	width:439px;
	height:101px;
	left:20px;
	top:-60px;
	z-index:2;
}

.footer{
	position:relative;
	margin:auto;
	width:900px;
	height:18px;
	z-index:3;
	margin-top:20px;
	font-size:11px;
	color:#FFF;
}

.footer a:link, .footer a:active, .footer a:visited{
	color:#FFF;
	text-decoration:underline;
}

.footer a:hover{
	color:#FFF;
	text-decoration:none;
}

