.content {
	position: relative;
	height: 700px;
	width: 1000px;
	margin-top: 120px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

