#scene{
	width:100% !important;
    background-color: #000;
    background-repeat: no-repeat;
    background-image: -moz-radial-gradient(50% 50%, circle farthest-corner, #060669 200px, #040452 240px, #000000 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle farthest-corner, #060669 200px, #040452 240px, #000000 100%);
    background-image: -o-radial-gradient(50% 50%, circle farthest-corner, #060669 200px, #040452 240px, #000000 100%);
    background-image: -ms-radial-gradient(50% 50%, circle farthest-corner, #060669 200px, #040452 240px, #000000 100%);
    background-image: radial-gradient(50% 50%, circle farthest-corner, #060669 200px, #040452 240px, #000000 100%);
}
#scene .container{
    position: relative;
    left: 50%;
    top: 50%;
}
#scene .base{
    position: absolute;
    background-image: url(../img/base.gif);
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
#scene .base .bright{
    position: absolute;
    background-image: url(../img/basee.gif);
    background-repeat: no-repeat;
}
#scene .base .cloud{
    position: absolute;
    background-image: url(../img/cloud.png);
}








