多项选择题

(网站)让一个宽高为100像素的盒子相对于浏览器居中,所要用到的样式有:()

A.left:50%;top:50%;
B.position:fixed;
C.float:left
D.margin-left:-50px;margin-top:-50px;