﻿.Banner {
	width: 1000px;
	height: 711px;
	position: absolute;
	top: 95px;
	left: 0px;
	background-image: url('Banner.png');
}

.TheGallery {
	width: 220px;
	position: absolute;
	top: 18px;
	left: 400px;
}

.Frame {
	width: 842px;
	height: 416px;
	margin: 0 auto;
	position: absolute;
	top: 62px;
	left: 98px;
}

.Frame a img {
	width: 98px;
	height: 98px;
	margin: 1px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.Frame a img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#Overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
	opacity: 0.75;
	filter: alpha(opacity=75);
	visibility: hidden;
	z-index: 32;
}

#PictureFrame {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 32;
}

#PictureFrame table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#Image {
	border: 4px #395d5f solid;
}

.Environments {
	width: 217px;
	height: 171px;
	position: absolute;
	top: 540px;
	left: 205px;
}

.Characters {
	width: 216px;
	height: 166px;
	position: absolute;
	top: 500px;
	left: 418px;
}

.Concepts {
	width: 219px;
	height: 165px;
	position: absolute;
	top: 540px;
	left: 630px;
}

.Copyright {
	width: 100%;
	position: absolute;
	top: 830px;
	left: 0px;
	color: #0D8293;
}