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


#content-left{
	float:left;
	width:438px;
	height:481px;
	background-image:url(../images/pics-left.jpg);
	background-repeat:no-repeat;	
	}


#content-right{
	float:left;
	width:438px;
	height:481px;
	background-image:url(../images/pics-right.jpg);
	background-repeat:no-repeat;
	}

#content-left-down{
	float:left;
	width:438px;
	height:32px;
	background-image:url(../images/pics-left-down.jpg);
	background-repeat:no-repeat;
	border:none;
	}
	
#content-right-down{
	float:left;
	width:438px;
	height:33px;
	background-image:url(../images/pics-right-down.jpg);
	background-repeat:no-repeat;
	border:none;
	}



