/*
# means id
. means class
*/


body
{
	margin: 0;
	padding: 0;
	background-color: #1f253d;
	overflow:hidden;
} 




#containerBg {height: auto;  max-width: 100%; margin: auto; border-style: dotted;}

#containerBg img { max-width: 100%; max-height: 100%; } 




#containerBgOutside { height: auto;  max-width: 100%; margin: auto; }

#containerBgOutside img { max-width: 100%; max-height: 100%; } 

#containerBgInside { height: auto;  max-width: 100%; margin: auto; position:absolute; z-index:5; top:0px; left: 0px; }

#containerBgInside img { max-width: 100%; max-height: 100%; }

#containerBgInside2{ height: auto;  max-width: 100%; margin: auto; position:absolute; z-index:6; top:0px; left: 0px; }

#containerBgInside2 img { max-width: 100%; max-height: 100%; } 

#photoCredit {  position: absolute; bottom: 0; right: 0; z-index:7; padding-right: 5px; padding-bottom: 2px;}

#photoCredit a:link { color:#FFF; text-decoration:none; font-weight:bold; }
#photoCredit a:visited { color: #FFF; text-decoration:none; font-weight:bold; }
#photoCredit a:hover { color: #FFF; text-decoration:underline; font-weight:bold; }
#photoCredit a:active { color: #FFF; text-decoration:none; font-weight:bold; }
