@charset "UTF-8";
/* CSS Document */

img{
border:0px;
}
img a, img a:link, img a:active, img a:visited, img a:hover{
border:0px;
}

#layout {
	position:absolute;
	right:30px;
	bottom:20%;
	
}
#layout1 {
	position:absolute;
	right:30px;
	bottom:14%;
	
	
}
 div.loading-invisible{
 
    display:none;
  }

  
  div.loading-visible{
   
    display:block;
    position:absolute;
    top:50%;
	bottom:50%;
    left:0;
    width:100%;
    text-align:center;

   
    background:#fff;
    filter: alpha(opacity=75); /* internet explorer */
    -khtml-opacity: 0.75;      /* khtml, old safari */
    -moz-opacity: 0.75;       /* mozilla, netscape */
    opacity: 0.75;           /* fx, safari, opera */
  
  }