﻿body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

iframe {
	border: none;
	position: absolute;
}

#TimelineTop {
	position: fixed;
	/*_position:relative;*/
	top: 0px;
	left: 0px;
	width: 100%;
	height: 110px;
	overflow-y: hidden;
	overflow-x: hidden;
}

#TimelineBottom {
	position: fixed;
	top: 110px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
