#page {
	background: transparent url(../images/page/side/page.jpg) repeat-y 0 0;
}
#page .side {
	background: transparent url(../images/page/side/side.jpg) no-repeat 0 100%;
	overflow: hidden;
	padding: 0 0 25px 0;
	width: 870px;
}
#page .side-main {
	float: left;
	overflow: hidden;
	width: 580px;
}
#page .side-main h1 {
	background: transparent url(../images/page/side/side-h1.jpg) no-repeat 0 0;
}
#page .side-panel {
	float: right;
	overflow: hidden;
	width: 290px;
}
#page .side-panel h1 {
	background: transparent url(../images/page/side/side-h1.jpg) no-repeat 100% 0;
}


#page #slide {
	height: 340px;
	margin: 20px 0 0 120px;
	overflow: hidden;
	position: relative;
	width: 340px;
}
#page #slide div {
	display: none;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 340px;
}
#page #slide img {
	margin: 0 auto;
}
#page .side-panel #slide {
	height: 240px;
	margin-left: 25px;
	width: 240px;
}
#page .side-panel #slide div {
	width: 240px;
}