@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#container {
	width: 1200px;
	margin-top: 0px;
	margin-left: 0px;
}

#left {
	float: left;
	width: 120px;
	background-image: url(images/bg_left.jpg);
	height: 800px;
	background-repeat: repeat;
}

#center {
	float: left;
	width: 960px;
	background-image: url(images/bg_center.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

#right {
	float: left;
	width: 120px;
	height: 800px;
	background-image: url(images/bg_right.jpg);
	background-repeat: no-repeat;
}
#container a {
	text-decoration: none;
	color: #FF3300;
}
#container p {
	color: #CC0000;
}

