@import url("./top.css");
@import url("./navigace.css");
@import url("./page.css");
@import url("./footer.css");
@import url("./ajax-poller.css");
html,body{
  margin:0px;
  padding:0px;
  text-align:center;
  background: #ffffff url('/images/background.gif') repeat-x top center;
  /*background: #93a271 url('/images/background_.gif') repeat-x top center;*/
  font-family:"Tahoma","Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
  font-size:11px;
  min-height:100%;
  height:100%;
	color:#000000;
}
#Container_optimizer{
  min-height:101%;
	height:100%;
}
body>div#Container_optimizer{
  height:auto;
  overflow:hidden;
}
#Container{
  width:1029px;
 /* min-height:100%;
  height:100%;*/
  margin-left:auto;
  margin-right:auto;
  padding:4px;
  padding-bottom: 0px;
   padding-top: 0px;
  text-align:left;
  position:relative;
  background:url('/images/page_bg.gif') #FFFFFF repeat-y;
}
img
{
	border:0px ;
}
.clear
{
	clear:both;
	display:block;
	width:0px;
	height:0px;
}
.red{
color:red;
}

