.background {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}
.container {
	position: relative;
	height: 834px;
	width: 960;
	visibility: inherit;
	position: absolute;
	left: 50%;
	margin-left: -417px; /* half the width of the div */
}