/* CSS Document */

body {
	background-color:#000000;
	margin-top:0px;
	margin-bottom:0px;
}

#container {
	width:976px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


#left {
	width:99px;
	height:571px;
	background-image:url(../images/main/left_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}

#center {
	width:778px;
	height:571px;
	float:left;
}

#right {
	width:99px;
	height:571px;
	background-image:url(../images/main/right_bg.jpg);
	background-repeat:no-repeat;
	float:left
}