/* 

Copyright 2009 by Goov.pl 
=========================
Contact: kontakt@goov.pl

*/

* {
  outline: none;
  border: none;
}

html {
  background: black url(lay/back.jpg) repeat-y top right;
}

#all {
  float: left;
  width: 500px;
  height: auto;
}

#goov {
  margin: 30px 0 0 140px;
  background: url(logo.png) no-repeat top left;
  width: 201px;
  height: 205px;
}

#goov a {
  position: relative; top: 190px; left: 60px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  color: silver;
}

#goov a:hover {
  color: white;
}

#logo {
  margin-top: 60px;
  height: 50px;
}

#yeahqb {
  float: left;
  width: 175px;
  height: 65px;
  margin-left: 40px;
}

#yeahqb :hover {
  background: url(lay/yeahqb_hov.png) no-repeat top left;
}

#wookash {
  float: right;
  width: 252px;
  height: 65px;
  margin-right: -40px;
}

#wookash :hover {
  background: url(lay/wookash_hov.png) no-repeat top right;
}

p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 8pt;
  line-height: 16pt;
  text-align: justify;
  color: #676d73;
  
  margin: 80px 0 0 15px;
}