#wrapper {
	position: relative;
	text-align: center;
	width: 1000px;
	height:100%; /* works only if parent container is assigned a height value */
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
 }
 
 	html, body, #wrapper
	{
		min-height: 100%;
		height:100%;
	}
	
	 html>body, html>body #wrapper
	{
		height: auto;
	}

#homeflash {
	width: 800px;
	margin-top: 5px;
}

#hometext {
	width: 800px;
}
