/*************************/
/* SEO Line CSS Document */
/*************************/

* {
  margin: 0;
  padding: 0;
}
body {
  text-align: center;
  font-family: Arial;
}
/*
  DIV's
*/
#container {
  width: 1000px;
  height: auto;
  margin: auto;
}
#logo {
  width: 100%;
  height: 442px;
  background: url(../img/logo.jpg) no-repeat;
}
#content {
  width: 100%;
  height: 326px;
  background: url(../img/pozadi-home.jpg) no-repeat;
}
/*
  UL's, OL's
*/
#logo ul.menu {
  position: relative;
  display: block;
  width: 100%;
  top: 423px;
}
#logo ul.menu li {
  display: inline;
  text-align: center;
  padding: 0 40px 0 40px;
}
/*
  LINK's
*/
#logo ul.menu li a:link, #logo ul.menu li a:visited {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-family: Arial;
}
