
.parts
{
	position: relative;
	height: 500;
}
#top	
{background-image: url(th/pix/top-blue.png);
	background-repeat: no-repeat;
	height: 126px;
	width: 992px;
	
	z-index: 20;}
#grow	
{
	background-image: url(th/pix/sitefiller-blue.png);
	background-repeat: repeat-y;
	width: 992px;
}
#footer	
{
	background-repeat: no-repeat;
	width: 992px;
	height: 76px;
	z-index: 5;
	background-image: url(th/pix/footer-blue.png);
}

body {
	background-image: url(th/pix/back-blue.png);
}
