#Layer1 {
	position:fixed;
	width:800px;
	height:391px;
	z-index:1;
	left:0px;
	bottom:0px;	
}

#iframe {
	position:fixed;
	z-index:1;
	left:500px;
	bottom:2px;
    height:310px;
    width:335px;
	scrolling:yes;}

A:link {
	color: #AEBB60; text-decoration: none; font-weight: bold; text-transform: lowercase;
}
A:visited {
	color: #AEBB60; text-decoration: none; font-weight: bold; text-transform: lowercase;
}
A:active {
	cursor: help; text-decoration: none;
}
A:hover {
    cursor: help; color: #648A04; font-weight: bold; border-bottom: 1px dotted #8A9807;
}

BODY {
background-color: #C0C0C0;
background-attachment: fixed;
}