body {
  margin: 0;
  padding: 0;
  background: #fff url(/recept/img/tablecloth.png);
  font-family: Arial;
}

#container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  z-index: 10;
  margin-top: 100px;
}

#footer {
  margin-top: 50px;
  font-size: x-small;
  border: 1px solid white;
  background-color: #CA8159;
  color: white;
  padding: 4px 14px;
  margin: 10px 10px 20px 10px;
}

#generate {
  position: absolute;
  border: 1px solid grey;
  padding: 10px;
  color: black;
  top: 160px;
  left: 400px;
  font-weight: bold;
  background-color: white;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#twitter {
  position: absolute;
  top: 120px;
  right: 10px;
  width: 120px;
  height: 120px;
}

a {
  color: black;
}

#generate:hover {
  background-color: #ca8159;
}

h1, #ingr, #prep, .warn {
  background-color: white;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 14px;
  margin: 10px 10px 20px 10px;
}

h2 {
  display: block;
  position: absolute;
  top: -150px;
  left: 0px;
  width: 100%;
  font-size: 60px;
  z-index: -1;
  color: #f70;
  text-shadow: 2px 2px 4px #ddd;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

h3 {
  margin-top: 0;
}

#ingr {
  width: 300px;
}

.shadow {
  box-shadow: 3px 3px 10px #ca8159;
  -moz-box-shadow: 3px 3px 10px #ca8159;
  -webkit-box-shadow: 3px 3px 10px #ca8159;
}

#fork {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 90px;
  height: 500px;
  background-image: url(/recept/img/fork.png);
}

#knife {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 50px;
  height: 500px;
  background-image: url(/recept/img/knife.png);
}

img {
  border: none;
}

#mail {
  cursor: pointer;
}
