﻿

#warp_Member
{ 
    position: absolute;
    width:580px;
    height:320px;
    left:50%;
    top:50%;
    margin-left:-290px;        /*注意此为宽度的一半*/
    margin-top:-160px;        /*注意此为高度的一半*/
    border:solid 1px #fff;
} 


a.t1_Member:link{      /*主要链接*/
	font-size: 12px;
	color: #222;
	text-decoration: underline;
	}
a.t1_Member:visited 
{
    font-size: 12px;
    color: #222;
	text-decoration: underline;
}
a.t1_Member:hover {
	font-size: 12px;
	color: #222;
	text-decoration: none;
	}
a.t1_Member:active 
{
    font-size: 12px;
    color: #222;
	text-decoration: underline;
}




