/* CSS Document */

body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#container {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
<!--use code below instead of above if want pattern to 'float' on screen-->
/*#container {
 	position: relative;
	top: 0px;
	width: 805px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin:auto;
	margin-top: 0px;
	background-color: white;
	border-top: 1px solid #707070; <!--*if remove border it throws layout out??-->
	margin: -1px auto; <!--negative top value fixed border issue-->
	}*/
	
	

/* use absolute positioning for boxes - jc */

#pattern_image {
	position:absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top: 55px;
	left: 0px;
	z-index: 1;
}
	
#kinart_rollover {
	position:absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	left: 720px;
	top: 145px;
	z-index: 2;
}

body {
	background-color: #FFFFFF;
}