@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
}

body{
	width: 867px;
	margin:0 auto;	
	font-size:12px;
	background:#2c383e url(../images/bgindex.jpg) repeat-x;
	color:#666;

	position: relative;

}

ul{
	list-style-type:none;
}	

#header{
    width: 867px;
	height:100px;
	background:url(../images/U-LIFE-BACKHEAD.png) repeat-x;
	position:relative;
	margin:0 auto;


}

#log
{
	width:219px;
	height:61px;
	background-image:url(../images/U-LIFE_2.gif);
	float:left;
	top:15px;
	left:14px;
	position:relative;

}
#titlelabel
{
	width:154px;
	height:30px;
	float:left;
	position:relative;
	left:83px;
	top:34px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
#textfield
{
	width:152px;
	height:15px;
	background:#FFFFFF url(../images/U-LIFE-TEXTFIELD.png);
	float:left;
	margin-left:0px;
}

#searchbutton
{
	width:34px;
	height:16px;
	position:absolute;
	top:47px;
	left:463px;
	float:left;
}

#register
{
	width:420px;
	height:25px;
	margin-top:3px;
	margin-right:10px;
	float:right;
	font-weight:bold;
	font-size:13px;
	font-family:"宋体";
	font-family:Arial, Helvetica, sans-serif;
}

#register ul
{
	height:25px;
	line-height:25px;
}

#register ul li
{
	text-align:center;
	color:#1c1c1c;
	height:25px;
	width:60px;
	background:url(../images/linkr_1.gif) no-repeat right center;
	float:left; 
}

#register a
{	color:#FFFFFF;
	text-decoration:none;
}

#register a:hover
{	color:#e2e2e2;
	text-decoration:underline;
}


#nav{
	width:867px;
	height:51px;
	background:url(../images/3.gif)
}

#nav ul{
	height:51px;
	line-height:51px;
}

#nav ul li{
	text-align:center;
	height:51px;
	width:130px;
	background:url(../images/linkr_1.gif) no-repeat right center;
	float:left;
}

#nav ul li.end{
	width:130px;
	background:none;
}

#nav ul li a{
	display:inline-block;
	width:130px;
	height:51px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#nav ul li a:hover{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:yellow;
}
#nav ul li.end a{
	width:130px;
}
#topindex1{
	width:1000px;
	background-color:#FF0000;
	margin:0 auto;
}


