html {
overflow:hidden;
}

#Layer1 {
	position:absolute;
	z-index:11;
	top:auto;
	left: 3%;
	margin-left:20px;
	margin-bottom: 165px;
	bottom: 8%;
}
#Layer2 {
	position:absolute;
	z-index:5;
	top:auto;
	left: 3%;
	margin-left:10px;
	margin-bottom: -20px;
	bottom: 8%;
}
#Layer3 {
	position:absolute;
	z-index:4;
	right: -4px; /* -4 */
	top: -10px; /* -10 */
}

#Layer4 {
	position:absolute;
	z-index:50;
	left: 40%;
	margin-left:150px;
	top: 49%;
	width:123px;
	margin-top:-70px;
	font-size:30px;
	line-height:56px;
	padding-left:15px;
	padding-right:10px;
	color:#333333;
	
}

#Layer4 a {
	text-decoration:none;
	color:#444444;
}

#Layer4 a:hover {
	text-decoration:none;
	color:#000000;
	font-weight:bolder;
}

#Layer4 a:focus {
	text-decoration:none;
	color:#000000;
	font-weight:bolder;
	outline:none;
}

#Layer5 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:0;
	left:0px;
	top:0px;
	display:none;
}
#Layer6 {
	position:absolute;
	z-index:50;
	bottom:3px;
	right:3px;
}

#Layer7 {
	position:absolute;
	display:none;
	z-index:2;
	top:auto;
	left: 140px;
	margin-left:10px;
	margin-bottom: -20px;
	bottom: 88px;
}