body{
	margin: 0px;
	background: url(../images/pattern.jpg);
}
#layout{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#logo{
	background: url(../images/logo.jpg) no-repeat;
	width: 309px;
	height: 266px;
}
#ls{
	width: 54px;
	height: 348px;
}
#menu{
	width: 255px;
	height: 348px;
	background: url(../images/menubox.jpg) no-repeat;
	
}
#rs{
	width: 492px;
	height: 66px;
}
#head{
	width: 492px;
	height:200px;
	background: url(../images/header.jpg) no-repeat;
}
#body{
	width: 492px;
	height: 246px;
	background: url(../images/body.jpg) repeat-y;
}
#bottom{
	height: 102px;
	width:492px;
	background: url(../images/footer.jpg) no-repeat;
}