html {
	height: 100%;
}
body {
	background: url('./images/bg_body.gif') top center fixed #000;
	background-position: 20px 16px;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font: 11px tahoma, arial, helvetica, serif;
	line-height: 16px;
	text-align: center;
}
