	html, body {
		height:100%;
		}

	#floater { 
		height:50%;
		margin-bottom:-267px; /* half of frame's height */
		float:left;
	width:1px;
		}

        #floater.splash
        {
          margin-bottom:-150px;
        }

	#frame {
	position:relative; 
	clear:both;
	margin:0 auto;

		}

