@charset "utf-8";
#header {
	height: 200px;
	width: 980px;
	float: left;
	background-color: #000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#container {
	float:left;
	height: 900px;
	width: 980px;
	background-color: #000;
	margin-top: 0px;
	margin-right: 0 auto;
	margin-bottom: 0px;
	margin-left: 0 auto;
}

#sidebar2 {
	float: right;
	height: 900px;
	width: 225px;


	background-color: #000
	margin-top: 0px;
	margin-right: 15px;
	line-height: 14px;
}

#sidebar1 {
	float: left;
	height: 900px;
	width: 269px;
	margin-right: 60px;
	margin-top: 0px;
	}
#body {
	background-color: #000;
	background-image: none;
	background-repeat: repeat;
}
#maincontent {
	height: 900px;
	width: 700px;
	text-align: center;
}
#footer {
	text-align: center;
}
