html, body {
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

body	{
	background-color: #ffffff;
	background-image: url(../img-basic/back.png);
	background-position: 50% 0%;
	background-repeat: repeat-y;
	text-align:center;
}