/* CSS Document */

body {
	background-image: url(images/backgroundpattern.gif);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header {
	position:absolute;
	left:51px;
	top:25px;
	width:539px;
	height:227px;
	z-index:1;
	background-image: url(images/header.gif);
}

#navgap {
	position:absolute;
	left:50px;
	top:251px;
	width:539px;
	height:295px;
	z-index:1;
	background-image: url(images/navgap.jpg);
}

#pageback {
	position:absolute;
	left:54px;
	top:540px;
	width:425px;
	height:900px;
	z-index:1;
	background-image: url(images/pageback.gif);
	background-repeat: repeat-y;
	
}
	
#navigation {
	position:absolute;
	width:101px;
	height:181px;
	z-index:2;
	left: 481px;
	top: 255px;
}

#scrollcontrol {
	position:absolute;
	width:60px;
	height:22px;
	z-index:3;
	left:288px;
	top:8px;
}

#credit {
	position:absolute;
	widtth:101px;
	height:20px;
	z-index:4;
	top:1400px;
	left:100px;
	width: 300;
	}
