@charset "utf-8";
/* CSS Document */

 html, body, #wrapper {
	height:78;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	min-width: 1024px;
   }
.background {
	background-position: 100% bottom;
	height: 100%;
	background-repeat: repeat-x;
}

   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }
