body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	}
	
#main {
	width: 960px;
	margin: auto;
	height: 653px;
	background: url(../img/background.gif) top center no-repeat;
	}