@charset "utf-8";
/*************************************
* 文件名称：content_pageId.css
* 作   者：界面设计制作部
* 创建日期：2012-6-1
* 最后修改：name/ 第X行 / 2012-6-1
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 
*************************************/
body{
	background-attachment:scroll;
	background-image:url(/images/me/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#ffffff;
}
a:link{
}
a:visited{
}
a:hover{
}
a:active{
}
.pageWidth{
	width:1100px;
	background-attachment:fixed;
	background-image:none;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:;
}

