div.startScreenFader{	
    background:#f4f0e8;
    width:842px;
    height:331px;
    overflow:hidden;
    position: absolute; 
    left: 0px; 
    top: 0px;
}

div#faderWrapper{
    clear:both;
    width:331px;
    height:842px;
    overflow:hidden;
	z-index: 1000;
	}
