/* CSS Document */
body {
	overflow: hidden;
}
h1 {
	font-size: 12px;
	margin: 0;
}
h2 {
	font-size: 11px;
	margin: 0;
}
h3 {
	font-size: 10px;
	margin: 0;
}
p {
	margin: 0;
}

#Layer1 {
	position: absolute;
	z-index: 10;
	top: 0;
	left: -2000px;
	width: 1800px;
	height: 600px;
	overflow: hidden;
}