body {
  font-family: 'Calibri';
  font-size: 16px;
  background-image: url("../files/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #cccccc; }

.wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative; }
  .wrapper header {
    height: 250px;
    position: relative; }
    .wrapper header .logo {
      position: absolute;
      top: 25px; }
    .wrapper header nav {
      position: absolute;
      left: -50px;
      top: 105px; }
      .wrapper header nav ul {
        list-style-type: none; }
        .wrapper header nav ul li {
          display: inline;
          margin: 7px; }
  .wrapper section {
    position: relative;
    /* Fallback for web browsers that don't support RGBa */
    background-color: white;
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
    -moz-box-shadow: 0 0 30px white;
    -webkit-box-shadow: 0 0 30px white;
    box-shadow: 0 0 30px white; }
    .wrapper section p {
      padding: 12px; }

/*# sourceMappingURL=style.css.map */
