/* CSS Document */
html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 400px;
	background-color: #666666;
   }

#fullheight{height:100%; 	background-attachment: fixed;
	background-color: #666666;
}
