html{
	height: 100%;
}
body{
	text-align: center;
	background: #7a7a7a url(bg_grey.jpg) repeat;
	background-position: top
	height: 100%;
}

body #container{
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	.height: 100%;
	min-height:100%;
	text-align: left;
}


