/* CSS Document */

body {
	margin-top:30px;
	text-align: center;
	min-width:800px;
	background-image:url(img/bckgndtile.jpg);
}
#container  {
	position: relative;
  	top: 0;
  	right: 0;
  	margin: 0 auto;
  	width: 800px;
  	text-align: left;
}