#loadingBox2{
	float: left;
	position: relative; 
    width: 480px; 
    height: 100%; 
    left: 0px; 
    top: 0px;
}
#background{
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    opacity: 40%;
}
#loading_form {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}
#main{
	width: 100%; 
    height: 100%;
}
#loadingParent{
	float: left;
	position: relative; 
    width: 3480px; 
    height: 100%; 
    left: 0px; 
    top: 0px;
	transition: all 0.4s;
}