#inner_page {
 position: relative;
 width: 1006px;
 height: 654px;
 margin: auto;
}

#splash_animation {
 position: absolute;
 top: -10px;
 left: 50%;
 width: 1006px;
 height: 674px;
 margin-left: -503px;
 z-index: 2;
}

#splash_animation .img {
 position: absolute;
 top: 50%;
 left: 50%;
 display: none;
}

#skip_animation {
 position: absolute;
 top: 15px;
 right: 35px;
 color: #828284; 
 text-decoration: none;
 z-index: 50;
}

#modules {
 position: absolute;
 top: 5px;
 left: 50%;
 width: 958px;
 height: 630px;
 padding: 0; 
 margin-left: -479px;
 z-index: 1;
 display: none;
}

.module {
 position: absolute;
 display: block;
 cursor: pointer;
 overflow: hidden;
 z-index: 1; 
}


