@charset "gb2312";
body{
	position:relative;
}
#abcd {
	position:absolute;
	top:10px;
	left:70%;
}
#abcd img{
	widht:100px;
	height:60px;
	border:none;
}
