body {
	background:#666;
}
div.main{
	margin:0 auto;
	margin-top:20px;
	width:940px;
	min-height:100%;
	clear:both;
	overflow:hidden;
}
*html div.main{
	margin:0 auto;
	width:940px;
	min-height:100%;
	clear:both;
	overflow:hidden;
}
div.mainLeft{
	width:217px;
	float:left;
	padding-bottom:32768px;
	margin-bottom:-32768px;
	background:url(../images/background_left.gif);
}
div.mainRight{
	width:723px;
	float:right;
	padding-bottom:32768px;
	margin-bottom:-32768px;
	background:url(../images/background_middle.gif);
}
*html div.mainRight{
	margin-right: -20px;
	width:743px;
	float:right;
	padding-bottom:32768px;
	margin-bottom:-32768px;
	background:url(../images/background_middle.gif);
}
div.contents{
	width:723px;
	background:url(../images/background_middle.gif);
	padding-left:20px;
}
div.footer{
	width:940px;
	height:38px;
	margin:0 auto;
	background:url(../images/background_bottom.gif);
}
.clearBr{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
/* flash */
div.flash{
}