/* CSS Document */
body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(images/pykeStrip.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 100%;
	}
