html, body{
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: tahoma;
	font-size: 11px;
	color: #898989;
}
a{
	color: #898989;
	text-decoration: none;
}
a:hover{
	text-decoration: overline;
}
.celija{
	background: url(layout/bg.png) repeat-x bottom #FFF;
	vertical-align: bottom;
	text-align: center;
}
#footer{
	height: 40px;
	padding-top: 10px;
	text-align: center;
}