/* START PAGE */
#outer {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#outer[id] {
	display: table; 
	position: static; 
}

#middle {
	height: 440px;
	width: 100%;
	position: absolute; 
	left: 0px;
	top: 30%;
	background: url(img/bg_start.gif) repeat-x center center;
	}  /* for explorer only*/
	
#middle[id] {
	display: table-cell; 
	vertical-align: middle;
	position: relative;
	}

#inner {
    display: block;
	position: relative; 
    margin-left: auto;
    margin-right: auto
	} /* for explorer only */
	/* optional: #inner[id] {position: static;} */


