/*master*/
*{margin:0; padding:0;}


/*layout*/
body{
	text-align:center;
	background:url(../../images/main_bg.jpg) top center #e1e1e1 repeat-x;
}
#ww{
	margin:0 auto;
	width:100%;
}
#www{
	margin:0 auto;
	width:100%;
	height:660px;
	background:url(../../images/main_bg1.jpg) top center #e1e1e1 repeat-x;
}
#top{
	width:100%;
	height:70px;
	vertical-align:bottom;
	margin-top:11px;
}
#content{
	width:100%;
	height:484px;
}
#bottom{
	width:100%;
	height:56px;
	text-align:center;
}