*{ margin: 0; padding: 0; }
body
{
	height: 100%;
	background: #ffffff;
	background-image: url('images/top.gif');
	background-repeat: repeat-x;
	background-position: top left;
}
.container
{
	height: 100%;
	background-image: url('images/bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}