

body {
	background-repeat: repeat-y;
	background-color : #F5F5DC;
}

.topBar {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("http://shop.markuspage.com/images/bg-dots2-top.gif");
	height: 40px;
}



#pageArea {
	position: relative;
	top: 64px;
	width: 700px;
	background: white;
	border: 1px solid Navy;
	padding: 10px;
}