body, html  {
	margin:0px auto;
	padding:0px;
	background-image:url(background.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	text-align: center;
	width: 100%;
}

#content {
	margin:0px auto;
	position: relative;
	height: 100%;
	min-height: 500px;
	width:990px;
	min-width: 990px;
	text-align:center;
}


