#html, body {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:1024px;
	height: 100%;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/jcharrisson.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}

#body {
	position:absolute;
	width:1024px;
	height:1024px;
	z-index:2;
}
