html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding: 0;
  margin:0;
  // min-width: 700px;
  color: #0D1216;
  background-color: #000000;
  background-image: url('/images/background.jpg');
  margin:0;
  padding:0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {
	color: #06C;
}
a:visited {
	color: #06C;
}
a:hover {
	color: #09F;
}
a:active {
	color: #FFF;
}

p {
  padding: 0 10px 0 110px;
}

#logo {
  position: absolute;
  background-image: url('/images/logo.png');
  width: 89px;
  height: 109px;
  margin-left: 98px;
}

#wrapper {
   float:left;
  // position: absolute;
  width: 435px;
  min-height: 170px;
  margin: 0 100px;
  // background-color: #fff;
  // moj dodaden border-radius
  //-webkit-border-radius: 15px;
  //-moz-border-radius: 15px;
  //border-radius: 15px;
}

#about {
  text-align: justify;
  position: absolute;
  // height: 228px;
  width: 435px;
  background: url('/images/about.png') #fff;
  background-repeat: no-repeat;
  // padding: 0 10px 0 110px;
}

#contact{
  position: absolute;
  height: 158px;
  // width: 120px;
  background: url('/images/contact.png') #fff;
  background-repeat: no-repeat;
  padding: 12px 0 0 216px;
}

#menu {
   float:left;
   margin: 77px 0 40px 0;
   width:100%;
   background:rgba(0, 0, 0, 0.73);
   // border-bottom:1px solid #fff;
}

#menu ul {
   //clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   // left:50%;
   text-align:center;
}
#menu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   // right:50%;
   width:55px;
}
#menu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   color: #fff;
   text-decoration:none;
   line-height:2.9em;
}
#menu ul li a:hover {
   //background:#fff;
   color:#ccc;
}
#menu ul li a.active,
#menu ul li a.active:hover {
   color: rgb(236, 228, 34);
   font-weight:bold;
}

#spacer {
   float:left;
   width:270px;
}