#backgroundLayer	{
	position:static;
	z-index::0;
	height:3000px;
	width:6000px;
	top:0px;
	left:0px;

}
body {
	margin: 0px;
	padding: 0px;
	height: 3000px;
	width: 6000px;
	background-image: url(../images/alps2.jpg);
	background-attachment:fixed;
}

#backwards{
	position:relative;
	left: 0px;
	top: 10px;
	z-index :201;
		height:50px;
	width:150px;
	background-color:#FFFFCC;
	color:#300000;
	font-family:verdana;
	font-size:13px;
	text-align:center;
	cursor:hand;
}

#forward {
	position:relative;
	left: 0px;
	top: 10px;
	z-index :201;
	height:50px;
	width:150px;
	background-color:#FFFFCC;
	color:#300000;
	font-family:verdana;
	font-size:13px;
	text-align:center;
	cursor:hand;
	
}
#barf{
	position:relative;
	left: 0px;
	top: 10px;
	z-index :201;
	height:50px;
	width:175px;
	background-color:#FFFFCC;
	color:#300000;
	font-family:verdana;
	font-size:13px;
	text-align:center;
	margin-right : 20px;
	margin-left: 20px;
	cursor:hand;
}
#linkPanel
{
	position:absolute;
	left: 0px;
	top: 0px;
	z-index :201;

	width:100%;
	background-color:#FFFFCC;
	color:#300000;
	font-family:verdana;

}

#navControls
{
	position : absolute;
	height : 70px;
	left : 0px;
	top : 0px;
	background : #433333;
	z-index :201;
	text-align : center;
	width:100%;
	
}

.blobText
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #FFFFEE;
	position:absolute;
	font-family:verdana;
	padding-left: 17%;
	padding-top: 21%;
	margin-top:5%;
	padding-bottom:21%;
	padding-right:17%;
	width:100%;
	height:91%;
	left:1px;
	top:1px;
	overflow : hidden;
	color:#FFFFEE;
}
