/* container DEFAULT */
#container{	
	width: 860px;
}


#container .top{
	float: left;
	background-image: url(images/layout/PH_BG_01.jpg);
	background-repeat: no-repeat;
}

#container .container_top{
	height: 30px;
	background: url(images/layout/container_top.png) no-repeat top center;
}
#container .container_content{
	background: url(images/layout/container_content.png) repeat-y center center;
}
#container .container_bottom{
	height: 27px;
	background: url(images/layout/container_bottom.png) no-repeat bottom center;
}
