/* 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
    =========================================*/
    head {
  
    font-family: Georgia;
    color: #ccc;
    text-align: center;
    }

    body {
	
	  background:
      url(../img/bg3.jpg);
      background size: contain;
	  font-family: Georgia;
    color: #ccc;
    text-align: left;
    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    .footer {
      text-align: left;
    }
	
	#penmen{
		 -ms-transform: rotate(-17deg); /* IE 9 */
		-webkit-transform: rotate(-17deg); /* Chrome, Safari, Opera */
		transform: rotate(0deg);
	}
	
	#snhulogo{
		box-shadow: 10px 10px 5px #888888;
	}
	
	