/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;

  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
      background: #8FBC8F;
    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    .footer {
      text-align: center;
      background: black;
      text-shadow;
    }

    .logo-main {
      margin: auto;
      border: 40px;
      buffer: 40px;
     display: block;
     width: 40%;
    }

    .floated-image {

      float: right;
      top: 0;
      right: 0;
      box-shadow: drop;
       border: "20px";
    }

    .floated-video {
      float: right;
      bottom: 0;
      right:0;
      border: "20px";

    }

    h1 {
      color: white;
      border: 50px;
      border color: #FFD700;
      box-shadow: rgb(#000000);

    }

    .top {
      border-color: yellow;
      background-position: center;

    }

    tr {

      background: #FF8C00;
      border: 200px;
      border color: #FFD700;
      text-align: center;
    }
    .video {

      text-align: left;
      border: 100px;
      left: 30;
    }