*{margin:0; padding:0;}

html {height: 100%;}
				
#wrap{
	height: 100%;
	min-height: 800px;
	overflow: auto;
	position: relative;
}
#wrap object{
	 position: absolute;
	 bottom: 0px;
}
#wrap embed{
	 position: absolute;
	 bottom: 0px;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
} 
