body {
  background-color : #ffffff;  
  background-image: url("./gfx/bg.gif");
  background-position: left top;
  background-repeat: repeat-x;
  margin: 0px 0px 0px 0px;
  text-align : center;
  font-family : Tahoma, Verdana, Arial;
  font-size : 8pt;
  color : #1f230a;
}

img {
	text-decoration: none;
  border: 0px;
}

a {
  color : #1f230a;
	text-decoration: none;
}

p {
  margin: 0px 0px 0px 0px;
  text-align : justify;
}

#page {
  width : 800px;
  text-align : left;
  margin : 0 auto 0 auto;
  padding : 0;  
}

#main {
  float: left; 
  background-color : #ffffff;  
  background-image: url("./gfx/main.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  width : 800px;  
  height: 960px;  
}

#left {
  float: left;
  position : relative;
  left : 25px;
  top : 105px;
  width : 575px;
}

#right{
  float: right;
  position : relative;
  right : 14px;
  top : 94px;
  width : 180px;
  height : 570px;
}

#vrch {
  font-weight: bold;
}

#bottom {
  margin: 0px 0px 0px 0px;
  float: left;
  width : 800px;
  height : 25px; 
  font-weight: bold;
  color : #ffffff;
  font-size : 8pt;
}

#copyright {
  float: left;
  position : relative;
  left : 14px;
}

#design{
  float: right;
  position : relative;
  right : 14px;
}

#design a {
  color : #ffffff;
	text-decoration: none;
}

