#container{
    max-width: 90%;
    position: relative;
    width: 100%;
}
#ajaxloader{
    background:url(preloader.gif) center center no-repeat transparent;
	position:absolute;
    top:0px;
    left:0px;
	max-width: 90%;
    /*position: relative;*/
    width: 100%;
}
