﻿#Page {
	position: relative;
	background-color: black;
	left: 50%;
	width: 766px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#GalleryPage {
	position: relative;
	background-color: black;
	left: 50%;
	width: 766px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(images/Head.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 50%;
	width: 766px;
	height: 153px;
	margin-left: -383px;
}
#indexcontent {
	background-image: url(images/Body.jpg);
	position: relative;
	left: 50%;
	width: 766px;
	height: 438px;
	margin-left: -383px;
	z-index: 100;
}
#content {
	background-image: url(images/Content.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 50%;
	width: 766px;
	height: 479px;
	margin-left: -383px;
	z-index: 100;
}
#entercontent {
	position: absolute;
	left: 50%;
	top: 700px;
    font-family: Times New Roman;
	font-size: 40px;
	color: Gray;
	font-weight: normal;
	margin-left: -50px;
	z-index: 5000;	
}

#pagecontent {
	position: absolute;
	left: 50%;
	top: 200px;
	width: 370px;
	font-family: Times New Roman;
	font-size: 20px;
	color: Gray;
	font-weight: normal;
	margin-left: -175px;
	z-index: 5000;
}
#gallerymenu {
	position: absolute;
	left: 50%;
	top: 900px;
	width: 766px;
	height: 62px;
	margin-left: -383px;
	color: Gray;
	font-weight: normal;
	text-align: center;
	z-index: 7000;
}


#menu {
	position: absolute;
	left: 50%;
	top: 700px;
	width: 766px;
	height: 62px;
	margin-left: -383px;
	color: Gray;
	font-weight: normal;
	text-align: center;
	z-index: 7000;
}
#fill {
	position: relative;
	left: 50%;
	width: 766px;
	height: 62px;
	margin-left: -383px;
	background-image: url(images/Fill.jpg);
	background-repeat: repeat;
	color: Gray;
	font-weight: normal;
	text-align: center;
}
#indexfill {
	position: relative;
	left: 50%;
	width: 766px;
	height: 62px;
	margin-left: -383px;
	background-image: url(images/Fill.jpg);
	background-repeat: repeat;
}
#footer {
	position: relative;
	left: 50%;
	width: 766px;
	height: 118px;
	margin-left: -383px;
	background-image: url(images/Foot.jpg);
	background-repeat: no-repeat;
}
#end {
	position: relative;
	left: 50%;
	width: 766px;
	height: 165px;
	margin-left: -383px;
	background-image: url(images/End.jpg);
	background-repeat: no-repeat;
}
#entersite {
	position: relative;
	left: 50%;
	width: 766px;
	height: 165px;
	margin-left: -383px;
	background-image: url(images/End.jpg);
	background-repeat: no-repeat;
}

h1{
	text-align: 	center;
	font-family: 	arial;
	font-size: 	26px; 
	color: 		White; 

}
h2 {
	text-align: center;
	color: black;
	font-family: arial;
	font-size: 24px;
}
p {
	text-align: left;
	color: white;
	font-family: arial;
	font-size: 14px;
}
