<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* The Main Page Files All Documents */
/**********************************************************

	Copyright (c) 2004-2010 成都依能科技有限公司
	www.yineng.com.cn 
	FileName: PageMain.css
	Revision: 2.0
	CreatDate: 2010-01-01
	Author: lovebslq   
	Description: The Cascading Style Sheet control each page's
main display usage	
			 
***********************************************************/
body {
	margin:0  auto;
	padding:0;
}
#container{ width:960px; height:560px; margin:0 auto; padding:0;margin: -280px 0 0 -480px; position: absolute; left: 50%; top: 50%;}



#header{ width:100%; background:url(../images/homes/bg_header.jpg) top no-repeat; height:103px;}
#nav{ float:left; margin-top:55px; padding-left:515px;}
#nav a{color:#FFF; font-size:14px;}
#nav a:hover{ color:#FF0;}
#nav ul{ margin:0;}
#nav ul li{ list-style:none; display:inline;}
#main{ width:100%; background:url(../images/homes/bg_main_1.jpg) top no-repeat; height:417px;}
#footer{ width:100%; height:30px; background:#282828; color:#FFF; text-align:center; padding-top:20px;}</pre></body></html>