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



#global {
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 900px;
	height: 510px;
	margin-top: -265px; /* half of the height */
	margin-left: -450px; /* 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:880px;
	padding:10px;
	height:338px;
	line-height:19px;
}

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

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

#home_right {
	float:left;
	padding:10px;
	width:260px;
	height:318px;
	overflow:auto;
	margin-top:10px;
	margin-bottom:10px;
}
