#page_user_x{
		 margin:0;
		 padding:0;
		 display:block;
		 text-align:center;
		 font-size:120%;
		 color:#ff5500;
		 position:absolute;
		 top:45px;
	 }
	 
	 #page_user_x_d{
		 width:100%;
		 height:450px;
		 margin:0;
		 padding:0;
		 background:#cacaca;
	 }
	 
	 #page_user_x_a{
		 width:60%;
		 margin:0 20%;
		 padding:3px;
		 border-radius:5px;
		 text-align:center;
		 text-decoration:none;
		 display:inline-block;
		 font-size:120%;
		 color:#e0ffff;
		 background:#1e90ff;
		 position:absolute;
		 top:120px;
	 }
	 
#user_header{
	width:100%;
	height:250px;
	margin:0;
	padding:0;
	background:#2f9fd1;
	position:relative;
	z-index:-1;
}

/*#user_image{
	width:120px;
	height:100px;
	background-image:url(/images/img1.png);
    background-repeat:no-repeat;
	background-position:center bottom;
}*/

#img_avatar{
	width:150px;
	height:150px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
}

#user_content{
	width:100%;
	height:auto;
	margin:0;
	background:#cacaca;
}

fieldset{
	width:200px;
	height:auto;
	margin:10px 15px;
	padding:10px;
	border:1px solid #ffff00;
}