Having trouble getting this CSS code to work in Internet Explorer. Need a solution that is compatible with IE for setting the background.
body {
background: url("images/Login-BG.png") no-repeat center center fixed;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}