body {
	background-color:#000;
	margin: 0;
	}
	
#content {
	width: 1064px;
	height: 700px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	background-image:url(../img/bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
