
body {
	background:#eee;
	margin:0;
	padding:0;
	font-family:Verdana, Helvetica, sans-serif;
	text-align:center;
	color:#222;
	background:url(../image/body_back.gif) repeat 0 0;
}

html, body {
	height:100%;
}

* html .centerframe {
	height:100%; /* hack for IE 6 */
}

img { border: 0; }

.centerframe {
	position:relative;
	width:867px;
	min-height:100%;
	margin:0 auto;
	background:url(../image/home/bodygym_home_frame_back.gif) repeat-y 0 0;	
}

.contentbox {
	width:853px;
	height:571px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:url(../image/home/bodygym_home_content_bg.jpg) no-repeat 0 0;
}

.content {
	width:300px;
	height:571px;
	position: absolute;
	top: 0;
	left: 460px;
	background:url(../image/home/bodygym_home_box_bg.png) repeat-y 0 0;
}

.content .logo img {
	width: 298px;
	height: 172px;
	margin: 30px 0 0 0;
}

.content .text { margin: 15px; }

.content h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #0094DE;
	margin: 0 0 15px 0;
}

.content p {
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 10px 0;
}

.content .be { float:left; width: 125px; margin: 10px 0 0 0; }
.content .zh { float:right; width: 125px;  margin: 10px 0 0 0; }

.content .be a, .content .zh a {
	display:block;
	padding:7px 5px;
	background:#0094DE;
	font-size:12px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	text-decoration:none;
}

.content a:hover { color:#fff; background:#222; text-decoration:none; }
