html{
	background: #93533c url('images/background.png') repeat-x;
}

body{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}

#page{
margin: 0 auto;
width: 960px;
position: relative;
border: 5px solid gray;
background: #e0f0ff;
text-align: left;
_height: 960px;
min-height: 960px;
}

#header{
position: relative;
margin: 0px;
height: 200px;
}

#header img{
position: relative;
margin: 0px;
vertical-align: top;
}

#pruh{
position: relative;
margin: 0px;
height: 40px;
}

#pruh img{
position: relative;
margin: 0px;
vertical-align: top;
}
#menu{
width 192px;
margin: 0px 0px 0px -38px;
padding: 0;
float: left;
}

#menu ul{
margin: 0 auto;
width 192px;
}

#menu li {
  list-style: none;
  border-bottom: 1px solid #ffffff;
}

#menu li a {
  font-size: 80%;
  display: block;
  height: 30px;
  width: 192px;
  line-height: 30px;
  white-space: no-wrap;
  overflow: hidden;
  text-align: left;
  text-indent: 15px;
  background: #ffffff url(images/item-s.png) no-repeat 0 0;
  color: #ffddff;
  text-decoration: none;
}

#menu li.current a, 
#menu li a:hover {
  background: #aedce9 url(images/item-s.png) no-repeat 0 -30px;
  color: #ffdd00;
}

#mainpage{
position: relative;
margin: 0px 0px 0px 192px;
}

#text{
position: relative;
margin: 0 auto;
padding: 0px 15px 0px 15px;
}


#footer{
position: relative;
text-align: center;
padding: 15px;
bottom: 0px;
}