@charset "UTF-8";
/* CSS Document */

body {
    background-image:  url(../images/Lemur-Leaf-Frog-Panama.jpg);
    background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;            /* optionally, center the image */
	width: 1000px;
	height: 800px;
}
#greeting	{
	/*float:left;
	margin-top: 10%;
	margin-right: 30%;
	margin-left: 70%;*/
	position:absolute;
	top: 20%;
	left: 70%;
	font-family:Helvetica, sans-serif;
	color: #C6C6C6;
	text-align:center;
	font-size:150%;
	
}
#container {
	/*width: 100%;
	height:100%;*/
/*	margin: auto;
*/	/*background-color:#000000;*/
}
#picDiv	{
	width: auto;
	height: auto;
}

.imgScale	{
	width: auto;
	height: auto;
}
