div {
	position: absolute;
    left: 6%;
    bottom: 29%;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}

span {
	position: absolute;
    left: 6%;
    bottom: 60%;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}

P {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 140%;
	color: #FEF4CF;
	text-indent: 0em;
	margin-left: 3px;
 	font-weight: normal;	
	text-decoration: none;
}

body {
	background-image: url("../../web_background/mountains_03.jpg");
	background-repeat: no-repeat;
	background-color: #cccccc; /* Used if the image is unavailable */
	background-attachment: fixed;
	background-size: cover;
}