@charset "UTF-8";
#header {
	height: 310px;
	width: 1024px;
}
#middle {
	height: 750px;
	width: 1024px;
	background-image: url(bemdparts/bemdearth.gif);
	background-repeat: no-repeat;
}
#wrapper {
	height: 1210px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#left {
	float: left;
	height: 750px;
	width: 300px;
}
#right {
	float: right;
	height: 750px;
	width: 674px;
}
#footer {
	height: 100px;
	width: 1024px;
}
#list {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

