body {
	color: #FFFFFF;
	background-color: #000000;
}
.container {
	position:			absolute;
	width:				950px;
	height:				750px;
	left: 				50%;
	top:				10px;
	margin-left: 		-475px;
	background-image: url(wall-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 15px;
}
