body {
  background: url('http://mws.arcanis.cz/img/bg.jpg');
  font-family:Trebuchet MS;
  font-size:14px;
}

#wrap {
  margin:0px auto 0px auto;
  width:1200px;
  height:500px;
}

#shadow {
  width:1000px;
  background:url('http://mws.arcanis.cz/img/grad_middle.png');
  margin-left:100px;
}


#top {
  width:1200px;
  background:url('http://mws.arcanis.cz/img/head.png');
  height:250px;
}

#top h1{
  position:relative;
  top:140px;
  left:450px;
}

#menu {
  position:relative;
  top:180px;
  left:130px;
}

#content {
  width:940px;
  background:;
  margin-left:20px;
  padding-bottom:0px;
  background:white;
  min-height:100px;
  padding:10px;
}

#bottom {
  width:1200px;
  background:url('http://mws.arcanis.cz/img/bottom.png');
  height:84px;
}

#lang {
  position: relative;
  top:195px;
  left:1030px;
  width:100px;
}

#footer {
  padding: 25px 0 0 0;
  text-align:center;
}

#menu a {
  color:#660000;
  text-decoration:none;
  font-size: 20px;
  margin-top:3px;
  display:block;
  float:left;

  padding-left:10px;
  padding-right:10px;

}

#menu a:hover {
  color:#990000;
}


a img {
  border:0px;
}

h1,p {
  margin:5px;
}

.error {
  text-align:center;
  padding:10px;
  width:915px;
  border:1px solid red;
  background:#FF9999;
}

a {
  text-decoration:none;
  color:#770000;
  font-weight:bold;
}

a:visited {
  color:#770000;
}

a:hover {
  color:#990000;
}

li {
  list-style-type: none;
}