@charset "utf-8";
/* CSS Document */

#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: center;
}
	
#container {
	background-image: url(../images/bg_basketball.jpg);
	background-repeat: no-repeat;
	width: 1650px;
	height: 1275px;
	margin-right: auto;
	margin-left: auto;
}
#special {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;