/*--------------------------------------------------
index.css
----------------------------------------------------*/
/*-----------------------------------------
Container.css
-----------------------------------------*/

#Container_all{
background:url(../img/head_bg.gif) repeat-x;
}

#Container_all #Container{
width:880px;
margin-left:auto;
margin-right:auto;
text-align: left;
}

#Container_all #Container:after{
content: "";
display: block;
clear: both;
overflow: hidden;
}



/*--------------------------
LeftRight
---------------------------*/
#LeftRight{
width:880px;
margin-top:29px;
}

#LeftRight #Left{
	width:636px;
	height:289px;
	float:left;
	background-image: url(../../img/new_bg.gif);
	background-repeat: no-repeat;
}

#LeftRight #Right{
width:217px;
float:right;
}




#Scrollsell {overflow:auto;width:570px;height:185px;margin-left:30px;}
