@charset "utf-8";
/* CSS Document */
html, body {
    min-height: 100%;
	background-color: #d2d6de;
}


.container {
	max-width: 960px;
}

#loading-img {
    background: url('../images/loading.png') center center no-repeat;
    height: 100%;
    z-index: 1001;
}

.overlay {
    background: #000;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	
    opacity: 0.7;
	z-index: 1000;
}