.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}

    BODY {
        background: #557A24;
    }
    #logo {
	z-index: 2;
	position: absolute;
	margin: auto;
	top: 10px;
	right: 20;
	width: 100%;
	left: 0px;
	}
    #photos {
        z-index: 2;
        position: absolute;
        margin: auto;
        right: 0;
        bottom: 0;
        width: 100%;
	}

#desc {
	position:absolute;
	top:255px;
	right: 20;
	margin: auto;
	width:300px;
	/*	height:250px; */
	z-index:100;
	background-color: #FFFF00;
	visibility: hidden;
}

.ddimgtooltip{
box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 5px #818181;
-moz-box-shadow: 3px 3px 5px #818181;
display:none;
position:absolute;
border:1px solid black;
background:white;
color: black;
z-index:2000;
padding: 4px;
}

imagex {
	border: thin dashed #000000;
}

