html, body {
	height: 100%;
}

body {
	background-color: #2d2d29;
	text-align: center;
}

#container {
	width: 960px;
	background: url(../images/bg.png);
	margin: 0 auto;
	text-align: center;
}

#content {
	height: 100%;
	margin: 0 10px;
	background: url(../images/attain_gradient_v3.jpg) repeat-x;
	text-align: center;
}