/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
body {
  background-color: #2c2c2c;
}

.wrapper {
  background-color: #FFF;
  border: 1px solid #000;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 5px 5px 15px #000;
  -webkit-box-shadow: 5px 5px 15px #000;
  -moz-box-shadow: 5px 5px 15px #000;
}

#footer {
  font: 8pt Arial;
}