@charset "utf-8";
/* Standard browser size (minimum 1024x768 */



#global {
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 760px;
	height: 520px;
	margin-top: -210px; /* half of the height */
	margin-left: -380px; /* half of the width */
	border: 1px solid #000000;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
}

#home_left {
	float:left;
	width:740px;
	padding:10px;
	height:347px;
	line-height:19px;
}

#home_left .text {
	height:330px; 
	overflow:auto;
	padding-right:0px;
}

#home_left_image {
	float:left;
	width:460px;
	padding:10px;
	height:347px;
	line-height:19px;
}

#home_right {
	float:left;
	padding:10px;
	width:250px;
	height:320px;
	overflow:auto;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:5px;
}