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

body {
    margin-left: 0px;
    margin-top: 0px;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #00285B;
}

#images{
	cursor: crosshair;
	width:100%;
	overflow:hidden;
}

.js div#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 999; 
    width: 100%; 
    height: 100%; 
    overflow: visible;  
}