body {
  text-align: center; /* Centrování stránky pro starší explorer */
}


#page {
left: 50%;

margin:0px 0px 0px -480px;
padding:0px 0px 0px 0px;

position: absolute;
top:0px;
width:960px;

background-image: url(../images/page-bg.jpg);
background-repeat: repeat-y;
background-position: top left;

position:absolute;
top:0px;
width:960px;
z-index:5;
}

#container-bg{
position: relative;
float: left;
background-image:url(../images/main-bg.png);
background-position:center top;
background-repeat:repeat-y;
}


#container {
  position: relative; /* Resi "nekonecnou" stranku v IE7 */
  float: left;
  width: 100%;
    background-image: url(../images/container-bg.jpg);
background-position: bottom;
background-repeat: no-repeat;
}

#header-banner{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;

height: 266px;
overflow: hidden;

background-image: url(../images/header-banner.jpg);
background-repeat: no-repeat;
background-position: left;
}

#header-logo{
position:relative;
top:0px;
left: 0px;
float: left;
}

#header-menu{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-image: url(../images/header-menu-bg.jpg);
background-repeat: repeat-x;
background-position: top left;

height: 40px;
overflow: hidden;
}

#main-wrapper {
  float: left;
  width: 100%;
  text-align: left;
}

#main-bg	{
width: 550px;
overflow: hidden;
}

#main	{
  margin: 0px;
  padding: 0px 15px 20px 15px;
  	min-height: 560px;
	_height: 560px;
}


.withleft #main-bg {
  margin-left: 204px;
}


.withright #main-bg {
  margin-right: 204px;
}

#sidebar-left	{
  float: left;
  margin-left: -100%;
  width: 200px;
  padding: 0px 2px 0px 2px;
}
#sidebar-right	{
  float: right;
  margin-left: -100%;
  width: 200px;
 padding: 0px 2px 0px 2px;
}

#sidebar-right {
  .margin-left: -204px; /* IE7 Fix */
}

* html #sidebar-right {
  margin-left: -204px; /* IE6 Fix*/
}


#footer	{
  clear: both;
  text-align: center;
 /*height: 50px;*/
 /*height: 90px;*/
 overflow: hidden;
 background-image: url(../images/footer-bg.jpg);
 background-repeat: no-repeat;
 background-position: top left;
}

#seo-footer {
	padding: 5px 10px 5px 10px;
	margin: 0px;
	text-align: left;
}

#seo-footer a:link, #seo-footer a:visited {
font-size: 10px;
line-height: 15px;
text-decoration: none;
font-weight: normal;
}
