body { background-color: #000308; color: #FCFEE0; background-image: url(../imgs/bg.jpg); background-size: 100% auto; background-position: center top; background-attachment: fixed; background-repeat: no-repeat; margin-left: auto;  margin-top: 0px; margin-bottom: 0px; margin-right: auto;}
body	{ font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
#header		{ position: relative; border-radius: 25px 25px 0px 0px; padding: 5px; width: 940px; margin-right: auto; margin-left: auto; height: 340px; top: 0px; margin-top: 20px; background-color: #000F16; background-image: url(../imgs/banner.jpg); background-repeat: no-repeat; margin-bottom: 0px;}
#content	{ border-radius: 0px 0px 25px 25px; height: 1650px; width: 910px; font-size: 14px; margin-right: auto; background-color: #000F16; margin-left: auto; text-align: left; float: none; clear: none;  margin-top: -10px; margin-bottom: 20px; padding-left: 20px; padding-right: 20px;}
#freeze	{ width: 910px; font-size: 14px; margin-right: auto; background-color: #000F16; margin-left: auto; text-align: left; float: none; clear: none;  margin-bottom: 20px;}
#contentshadow	{ border-radius: 25px 25px 25px 25px; height: 1540px; width: 950px; margin-right: auto; margin-left: auto; -moz-box-shadow: 0 0 60px black; -webkit-box-shadow: 0 0 60px black; box-shadow: 0 0 60px black;}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog div {
	width: 450px;
	color: #FCFEE0;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
border: 3px solid #004DB2;
	border-radius: 10px;
	background: #000A27;
	

}

.close {
	background: #004DB2;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #004DB2;
	-webkit-box-shadow: 1px 1px 3px #004DB2;
	box-shadow: 1px 1px 3px #004DB2;
}

.close:hover { background: #000A27; }

.thumbnail{
position: absolute;
left: 82px;
top: 5px;
width: 80px;
height: 65px;
z-index: 5;
}

.thumbnail:hover{
background-color: transparent;
left: 82px;
top: 5px;
width: 80px;
height: 65px;
z-index: 5;
}

.thumbnail span{ /*CSS for enlarged image*/
position: relative;
visibility: hidden;
left: -1000px;
text-decoration: none;
z-index: 5;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 5;
}