body {
	position: relative;
}

#main {
	overflow: hidden;
	height: 470px;
	width: 860px;
	padding: 0 20px;
}

#boxes {
	display: block;
	position: relative;
	width: 649px;
	height: 406px;
}

#boxes img.cat{
	z-index: 2;
	position: absolute;
	border: 1px solid #222;
}

#boxes img#tunie{
	bottom: 0;
	left: 0;
}

#boxes img#skidley{
	bottom: 0;
	right: 0;
}

.box {
	float: left;
	display: block;
	height: 80px;
	width: 80px;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
}

.box:nth-child(8n) {
	border-right: 1px solid #222;
}

.box:nth-child(n+9) {
	border-top: 0;
}

.box img {
	display: none;
	z-index: 3;
	position: relative;
	left: -23px;
	top: -1px;
	overflow: none;
}

#catfood {
	font-size: 13px;
	position: absolute;
	top: 452px;
	left: 250px;
}

#cat-text {
	position: absolute;
	right: 0;
	bottom: -500px;
}

#copyright {
	padding-left: 46px;
	width: 910px;
}