﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

.pagebackground
{
	/* position:fixed; */
	position:absolute;
	top:0;
	left:0;
	text-align:left;
	margin:0;
	padding: 0;
	/* background-color:Aqua; */
	background: url('images/20030114-120414-D60-6506-100.jpg')   no-repeat center  0 ;
  
  }