.header{
	background-image:url("images/header2.png");
	width:836px;
	height:189px;
	top:20px;
	margin:auto;
	}
.ground{
	background-image:url("images/ground.png");
	width:990px;
	background-repeat:repeat-y;
	margin:auto;
	}
.frontground{
	padding-top:1px;
	padding-left:70px;
	padding-right:70px;
	
	}
.buttons{
	background-image:url("images/buttons.png");
	width:990px;
	height:60px;
	margin:auto;
	}
.buttons1{
	width:400px;
	height:60px;
	padding-left:75px;
	padding-top:5px;
	}
.upper{
	background-image:url("images/upper.png");
	width:990px;
	height:50px;
	margin:auto;
	}
.footer{
	background-image:url("images/footer.png");
	width:990px;
	height:117px;
	margin:auto;
	}

.backcolors{
	background-image:url("images/backcolors.png");
	width:1200px;
	height:1144px;
	margin:auto;
}
body{
	background-color:black;
	color:white;
	font-family:verdana;
	}
img{
	border:none;
	}
p{
	text-align:justify;
}
iframe{
	padding:30px;
}
.flashclass{ /*sample CSS class added to image slideshow container*/
	width: 360px;
	height: 382px;/*a width should be defined for transition to work*/
	border:none;
	}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	