@charset "utf-8";
@import url("bedbtop.css");
@import url("bedbcenter.css");
@import url("bedbfooter.css");
html,body {
 height:100%;
}
#main {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#top {
	background-color: #FFFFFF;
	float: left;
	width: 930px;
	height: 128px;
}
#center {
	float: left;
	width: 930px;
	margin-bottom: 12px;
}
#bottom {
	float: left;
	width: 930px;
}
