body {
	background-color:#282828;
	padding-top:0px;
	margin-top:0px;
	overflow:hidden;
}

.wc_container {
	width: 100%;
	height: 100px;
	float:left;
}
.wc_main_picture {
	width: 60%;
	height: 500px;
	float: left;
	padding-top: 25px;
	padding-left: 2.5%;
	padding-right: 2.5%
}
.wc_leftbar {
	width: 35%px;
	height: 500px;
	float: right;
	overflow: scroll;
	background-color:#9AC7D9;
	overflow-x:hidden;
	background-image:url("../../images/popup/sidebar.jpg");

}
.wc_leftbar_image {
	width: 90%px;
	height: 215px;
	float: roght;
	padding-left: 9px;
	padding-right: 0px;
	padding-top: 9px;
	margin-top: 0px;
	color: #CDCDCD;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#282828;
	text-align:center;
	/*background-color:#727372;*/
}
