﻿@charset "utf-8";
/* CSS Document */
#idParentDIV{top:152px;left:900px;position:absolute;}
#babyDIV{left:884px;top:110px;position:absolute;}

#wrap{ 
 width:130px;
 text-align:left;
 height:400px; 
 padding:0px; 
 border:0px #eee solid;
 }
 
/*not for ie 6.0*/
html>body #wrap{background: url(/template_group/site_9ye/images/group_baby_show.png) repeat;}
/*for ie 6.0*/
* html #wrap {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/template_group/site_9ye/images/group_baby_show.png");
background:none;
}
#wrap a{color:#c00; text-decoration: none; position:relative;}/*解决IE下链接失效的问题*/
#wrap a:hover{ text-decoration:underline;}

