@charset "utf-8";
/* CSS Document */
/* Author: Webnergy Solutions */
/* Copyright: ANJUR EKAR SDN BHD */
/* Created Date: 08-13-2009 */


/* =========================================  HOME-Layout ============================================ */

html, body {background:url(../images/homebg.gif) center #dee5e3;}

body {padding:0; margin:0; }
/*这些是专用FIREFOX写的，注意IE7也认识*/
html,body{ height:100%;}
#infoBox[id]{text-align:center; width:100%; height:100%; display:table;}
#info[id]{ display:table-cell;vertical-align:middle;} 
/*这里可以指个宽度试试，是可以自适应的*/
 
/*专为IE6写的*/
*html #infoBox{ position:absolute; top:50%; width:100%; 
text-align:center; display:block; height:auto}
*html #info{position:relative; top:-50%;   text-align:center;}
 /*这里可以指个宽度试试，是可以自适应的*/
 
/*这理是专用IE7写的，注意[id]要加上，不然优先JI没有最上边那段NB*/
*+html #infoBox[id]{ position:absolute; top:50%;width:100%; 
text-align:center; display:block; height:auto}
*+html #info[id]{position:relative; top:-50%; text-align:center;}
 /*这里可以指个宽度试试，是可以自适应的*/
 
#tnnd{
	position:relative;
	margin:0 auto;
	width:900px;
	height:620px;
	font-size:12px;
	background:url(../images/homemainbg.gif) no-repeat top;
}

#mainmenu {
	position:absolute;
	z-index:100;
	left:25px;
	top:20px;
}
#logo {
	position:absolute;
	z-index:99;
	right:105px;
	top:15px;
}
#building {
	position:absolute;
	z-index:98;
	right:0px;
	bottom:18px;
}
.text {
	position:absolute;
	z-index:100;
	left:38px;
	top:270px;
	width:412px;
	line-height:18px;
	text-align:left;
	color:#fff;
}
.text p {margin:0;padding:0;}

#copyright {
	position:absolute;
	z-index:100;
	left:210px;
	bottom:0;
	font-size:9px;
}

