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

 html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-image: url(images/BACKGROUND4_03.png);
	background-repeat: repeat-y;
	background-position: center;
	min-width: 1024px;
   }
.width_restriction {
	width: 220px;
	max-width: 220px;
}

   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }
html, body, #wrapper2 {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-position: center;
	min-width: 1024px;
   }